[llvm] r240823 - Add Value.def to the list of textual includes, excluding it from the modules build.

Benjamin Kramer benny.kra at googlemail.com
Fri Jun 26 13:16:44 PDT 2015


Author: d0k
Date: Fri Jun 26 15:16:44 2015
New Revision: 240823

URL: http://llvm.org/viewvc/llvm-project?rev=240823&view=rev
Log:
Add Value.def to the list of textual includes, excluding it from the modules build.

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=240823&r1=240822&r2=240823&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Fri Jun 26 15:16:44 2015
@@ -124,6 +124,7 @@ module LLVM_IR {
   textual header "IR/DebugInfoFlags.def"
   textual header "IR/Instruction.def"
   textual header "IR/Metadata.def"
+  textual header "IR/Value.def"
 }
 
 module LLVM_IRReader { requires cplusplus umbrella "IRReader" module * { export * } }





More information about the llvm-commits mailing list