mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix modular build
Exclude header Support/Solaris/sys/regset.h. llvm-svn: 306061
This commit is contained in:
parent
a5e00c89c5
commit
427875f6cb
@ -275,8 +275,9 @@ module LLVM_Utils {
|
||||
umbrella "Support"
|
||||
module * { export * }
|
||||
|
||||
// Exclude this; it's fundamentally non-modular.
|
||||
// Exclude these; they are fundamentally non-modular.
|
||||
exclude header "Support/PluginLoader.h"
|
||||
exclude header "Support/Solaris/sys/regset.h"
|
||||
|
||||
// These are intended for textual inclusion.
|
||||
textual header "Support/ARMTargetParser.def"
|
||||
|
Loading…
x
Reference in New Issue
Block a user