mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 06:32:22 +00:00
[modules] Work around mislayering of MC / Object.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5eb69c2337
commit
df6b3e5829
@ -108,11 +108,21 @@ module LLVM_MC {
|
||||
umbrella "MC"
|
||||
module * { export * }
|
||||
|
||||
// FIXME: Excluded due to mislayering.
|
||||
exclude header "MC/MCObjectSymbolizer.h"
|
||||
|
||||
// Exclude this; it's fundamentally non-modular.
|
||||
exclude header "MC/MCTargetOptionsCommandFlags.h"
|
||||
}
|
||||
|
||||
module LLVM_Object { requires cplusplus umbrella "Object" module * { export * } }
|
||||
module LLVM_Object {
|
||||
requires cplusplus
|
||||
umbrella "Object"
|
||||
module * { export * }
|
||||
|
||||
module LLVM_MC_MCObjectSymbolizer { header "MC/MCObjectSymbolizer.h" export * }
|
||||
}
|
||||
|
||||
module LLVM_Option { requires cplusplus umbrella "Option" module * { export * } }
|
||||
module LLVM_TableGen { requires cplusplus umbrella "TableGen" module * { export * } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user