diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-06-26 20:16:44 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-06-26 20:16:44 +0000 |
commit | f2bbd9cf54e624c54411440dbedd7a4888aa4cb1 (patch) | |
tree | 5af6e6a72a8a0793bd1537ae33f4ea7ba0f60347 | |
parent | 485d1146dba5bd51b87ba97c2b45c0a01bff6a73 (diff) | |
download | bcm5719-llvm-f2bbd9cf54e624c54411440dbedd7a4888aa4cb1.tar.gz bcm5719-llvm-f2bbd9cf54e624c54411440dbedd7a4888aa4cb1.zip |
Add Value.def to the list of textual includes, excluding it from the modules build.
llvm-svn: 240823
-rw-r--r-- | llvm/include/llvm/module.modulemap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index a9e6daf4977..dcc5ce1059f 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 * } } |