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:
Kamil Rytarowski 2017-06-22 21:28:48 +00:00
parent 3f3e2c4f63
commit 14b319c4ea

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"