From: Kamil Rytarowski Date: Thu, 22 Jun 2017 21:28:48 +0000 (+0000) Subject: Fix modular build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14b319c4ea9d425c982835c935eaef9756cead66;p=llvm 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 --- diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 2557f5fa970..dd419e86131 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -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"