mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
[modules] Mark Analysis/TargetLibraryInfo.def as a textual header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe78287585
commit
85ef565b6e
@ -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 * } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user