mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 14:36:12 +00:00
Work around a module build error on the LLDB incremental green dragon bot.
llvm-svn: 355646
This commit is contained in:
parent
24e311da5d
commit
a3dde053dd
@ -353,6 +353,10 @@ module LLVM_Utils {
|
||||
exclude header "Support/PluginLoader.h"
|
||||
exclude header "Support/Solaris/sys/regset.h"
|
||||
|
||||
// FIXME: The function bodies in this header pull in
|
||||
// unwanted dependencies that cause linker errors.
|
||||
exclude header "Support/GenericDomTreeConstruction.h"
|
||||
|
||||
// These are intended for textual inclusion.
|
||||
textual header "Support/ARMTargetParser.def"
|
||||
textual header "Support/AArch64TargetParser.def"
|
||||
|
Loading…
x
Reference in New Issue
Block a user