diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:32:52 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-26 20:32:52 +0000 | 
| commit | 08bbd35a80bf7765fe0d3043f9eb5a2f2786b649 (patch) | |
| tree | 80108f0f128657f8623f8f66ad9735b4d88e7b47 /include/llvm/module.modulemap | |
| parent | 7c7aba6e5fef47a01a136be655b0a92cfd7090f6 (diff) | |
Notes
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"  | 
