diff options
-rw-r--r-- | llvm/include/llvm/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 766198bbc5d..3c0c45f585d 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -27,6 +27,7 @@ module LLVM_Backend { // These are intended for (repeated) textual inclusion. textual header "CodeGen/DIEValue.def" + textual header "CodeGen/RuntimeLibcalls.def" } module Target { |