diff options
Diffstat (limited to 'contrib/llvm/include/llvm/module.modulemap')
| -rw-r--r-- | contrib/llvm/include/llvm/module.modulemap | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/llvm/include/llvm/module.modulemap b/contrib/llvm/include/llvm/module.modulemap index d906b05f7aaa..dd419e861316 100644 --- a/contrib/llvm/include/llvm/module.modulemap +++ b/contrib/llvm/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"  | 
