Add Value.def to the list of textual includes, excluding it from the modules build.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 26 Jun 2015 20:16:44 +0000 (20:16 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 26 Jun 2015 20:16:44 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240823 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index a9e6daf4977e45f9ba0494987b0e3fe094689048..dcc5ce1059ff5d24f5812786f4f147fb9659491b 100644 (file)
@@ -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 * } }