1
0
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:
Kamil Rytarowski 2017-06-22 21:28:48 +00:00
parent a5e00c89c5
commit 427875f6cb

View File

@ -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"