From: Derek Schuff Date: Wed, 19 Jul 2017 23:15:29 +0000 (+0000) Subject: Update module map for RuntimeLibcalls X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=634301e0f697d8b9d2054291952ac5644b02c8a2;p=llvm Update module map for RuntimeLibcalls The def file was created in r308531 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308547 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 766198bbc5d..3c0c45f585d 100644 --- a/include/llvm/module.modulemap +++ b/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 {