]> granicus.if.org Git - llvm/commitdiff
Fix modular build
authorKamil Rytarowski <n54@gmx.com>
Thu, 22 Jun 2017 21:28:48 +0000 (21:28 +0000)
committerKamil Rytarowski <n54@gmx.com>
Thu, 22 Jun 2017 21:28:48 +0000 (21:28 +0000)
Exclude header Support/Solaris/sys/regset.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306061 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/module.modulemap

index 2557f5fa970190070f803d3016a97a9630b97fcd..dd419e861316e7a83d44da7df134ad3751a37a73 100644 (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"