mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
Fix modular build
Exclude header Support/Solaris/sys/regset.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306061 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f3e2c4f63
commit
14b319c4ea
@ -275,8 +275,9 @@ module LLVM_Utils {
|
|||||||
umbrella "Support"
|
umbrella "Support"
|
||||||
module * { export * }
|
module * { export * }
|
||||||
|
|
||||||
// Exclude this; it's fundamentally non-modular.
|
// Exclude these; they are fundamentally non-modular.
|
||||||
exclude header "Support/PluginLoader.h"
|
exclude header "Support/PluginLoader.h"
|
||||||
|
exclude header "Support/Solaris/sys/regset.h"
|
||||||
|
|
||||||
// These are intended for textual inclusion.
|
// These are intended for textual inclusion.
|
||||||
textual header "Support/ARMTargetParser.def"
|
textual header "Support/ARMTargetParser.def"
|
||||||
|
Loading…
Reference in New Issue
Block a user