[llvm] r308547 - Update module map for RuntimeLibcalls

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 16:15:29 PDT 2017


Author: dschuff
Date: Wed Jul 19 16:15:29 2017
New Revision: 308547

URL: http://llvm.org/viewvc/llvm-project?rev=308547&view=rev
Log:
Update module map for RuntimeLibcalls

The def file was created in r308531

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=308547&r1=308546&r2=308547&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Wed Jul 19 16:15:29 2017
@@ -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 {




More information about the llvm-commits mailing list