Add Value.def to the list of textual includes, excluding it from the modules build.

llvm-svn: 240823
This commit is contained in:
Benjamin Kramer 2015-06-26 20:16:44 +00:00
parent 485d1146db
commit f2bbd9cf54
1 changed files with 1 additions and 0 deletions

View 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 * } }