Update the modules build to match r223802.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Dec 2014 02:25:18 +0000 (02:25 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 12 Dec 2014 02:25:18 +0000 (02:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224091 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 99401cc14bbb8a1d5d5a9afb6c579c1feca8c302..61f65510c4eaf572cfe6394ff02bee1ffaac5b6c 100644 (file)
@@ -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 {