diff options
Diffstat (limited to 'include/llvm/module.modulemap')
-rw-r--r-- | include/llvm/module.modulemap | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index d906b05f7aaa..dd419e861316 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -275,11 +275,9 @@ module LLVM_Utils { umbrella "Support" module * { export * } - // Exclude this; it's only included on Solaris. - exclude header "Support/Solaris.h" - - // 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" |