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)
llvm-svn: 224091

llvm/include/llvm/module.modulemap

index 99401cc..61f6551 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 {