[llvm] r224091 - Update the modules build to match r223802.

Richard Smith richard-llvm at metafoo.co.uk
Thu Dec 11 18:25:19 PST 2014


Author: rsmith
Date: Thu Dec 11 20:25:18 2014
New Revision: 224091

URL: http://llvm.org/viewvc/llvm-project?rev=224091&view=rev
Log:
Update the modules build to match r223802.

Modified:
    llvm/trunk/include/llvm/module.modulemap

Modified: llvm/trunk/include/llvm/module.modulemap
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=224091&r1=224090&r2=224091&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Thu Dec 11 20:25:18 2014
@@ -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 {





More information about the llvm-commits mailing list