[modules] Mark Analysis/TargetLibraryInfo.def as a textual header.

llvm-svn: 231532
This commit is contained in:
Richard Smith 2015-03-06 23:39:54 +00:00
parent 9833de65a7
commit 6661a67d50
1 changed files with 5 additions and 0 deletions

View 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 * } }