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)
llvm-svn: 240823

llvm/include/llvm/module.modulemap

index a9e6daf..dcc5ce1 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 * } }