[modules] Mark Analysis/TargetLibraryInfo.def as a textual header.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 6 Mar 2015 23:39:54 +0000 (23:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 6 Mar 2015 23:39:54 +0000 (23:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231532 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 0f9c22e6d1dca94fcde3322039ec8b1c21a1aaf1..dc6e136703445063c07cd5201c11e895baa359e3 100644 (file)
@@ -2,7 +2,12 @@ module LLVM_Analysis {
   requires cplusplus
   umbrella "Analysis"
   module * { export * }
+
+  // FIXME: Why is this excluded?
   exclude header "Analysis/BlockFrequencyInfoImpl.h"
+
+  // This is intended for (repeated) textual inclusion.
+  textual header "Analysis/TargetLibraryInfo.def"
 }
 
 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } }