From 427875f6cbb35bb4a1cc79197c0e26a0f2715575 Mon Sep 17 00:00:00 2001 From: Kamil Rytarowski Date: Thu, 22 Jun 2017 21:28:48 +0000 Subject: [PATCH] Fix modular build Exclude header Support/Solaris/sys/regset.h. llvm-svn: 306061 --- include/llvm/module.modulemap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"