From: Benjamin Kramer Date: Fri, 26 Jun 2015 20:16:44 +0000 (+0000) Subject: Add Value.def to the list of textual includes, excluding it from the modules build. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2bbd9cf54e624c54411440dbedd7a4888aa4cb1;p=platform%2Fupstream%2Fllvm.git Add Value.def to the list of textual includes, excluding it from the modules build. llvm-svn: 240823 --- diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index a9e6daf..dcc5ce1 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -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 * } }