[llvm] r222808 - Try to make the modules buildbot happy again.

Richard Smith richard-llvm at metafoo.co.uk
Tue Nov 25 19:44:48 PST 2014


Author: rsmith
Date: Tue Nov 25 21:44:47 2014
New Revision: 222808

URL: http://llvm.org/viewvc/llvm-project?rev=222808&view=rev
Log:
Try to make the modules buildbot happy again.

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=222808&r1=222807&r2=222808&view=diff
==============================================================================
--- llvm/trunk/include/llvm/module.modulemap (original)
+++ llvm/trunk/include/llvm/module.modulemap Tue Nov 25 21:44:47 2014
@@ -75,8 +75,8 @@ module LLVM_IR {
   exclude header "IR/PassManager.h"
   exclude header "IR/LegacyPassManager.h"
 
-  // Exclude this; it's intended for (repeated) textual inclusion.
-  exclude header "IR/Instruction.def"
+  // This is intended for (repeated) textual inclusion.
+  textual header "IR/Instruction.def"
 }
 
 module LLVM_LegacyPassManager {
@@ -161,6 +161,18 @@ module LLVM_Utils {
 
     // FIXME: Mislayered?
     exclude header "Support/TargetRegistry.h"
+
+    // These are intended for textual inclusion.
+    textual header "Support/ELFRelocs/AArch64.def"
+    textual header "Support/ELFRelocs/ARM.def"
+    textual header "Support/ELFRelocs/Hexagon.def"
+    textual header "Support/ELFRelocs/i386.def"
+    textual header "Support/ELFRelocs/Mips.def"
+    textual header "Support/ELFRelocs/PowerPC64.def"
+    textual header "Support/ELFRelocs/PowerPC.def"
+    textual header "Support/ELFRelocs/Sparc.def"
+    textual header "Support/ELFRelocs/SystemZ.def"
+    textual header "Support/ELFRelocs/x86_64.def"
   }
 }
 





More information about the llvm-commits mailing list