From 0f44debca2c1fe5cb2eb0e2827e02d793fd5b584 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 7 Mar 2019 22:25:26 +0000 Subject: [PATCH] Work around a module build error on the LLDB incremental green dragon bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355646 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/module.modulemap | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/llvm/module.modulemap b/include/llvm/module.modulemap index 65c9495e930..a226d89721b 100644 --- a/include/llvm/module.modulemap +++ b/include/llvm/module.modulemap @@ -353,6 +353,10 @@ module LLVM_Utils { exclude header "Support/PluginLoader.h" exclude header "Support/Solaris/sys/regset.h" + // FIXME: The function bodies in this header pull in + // unwanted dependencies that cause linker errors. + exclude header "Support/GenericDomTreeConstruction.h" + // These are intended for textual inclusion. textual header "Support/ARMTargetParser.def" textual header "Support/AArch64TargetParser.def" -- 2.40.0