diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-12-12 02:25:18 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-12-12 02:25:18 +0000 |
| commit | 8970390f81c67fb444bb850a8c8eea0b7364fc2a (patch) | |
| tree | 8adecff3336b7364b3a2585d3899ff280a2fca5f | |
| parent | 5bd34e56ce245a7f92eda4ce5399f19be418dc6d (diff) | |
| download | bcm5719-llvm-8970390f81c67fb444bb850a8c8eea0b7364fc2a.tar.gz bcm5719-llvm-8970390f81c67fb444bb850a8c8eea0b7364fc2a.zip | |
Update the modules build to match r223802.
llvm-svn: 224091
| -rw-r--r-- | llvm/include/llvm/module.modulemap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 99401cc14bb..61f65510c4e 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/include/llvm/module.modulemap @@ -75,8 +75,9 @@ module LLVM_IR { exclude header "IR/PassManager.h" exclude header "IR/LegacyPassManager.h" - // This is intended for (repeated) textual inclusion. + // These are intended for (repeated) textual inclusion. textual header "IR/Instruction.def" + textual header "IR/Metadata.def" } module LLVM_LegacyPassManager { |

