Work around a module build error on the LLDB incremental green dragon bot.
authorAdrian Prantl <aprantl@apple.com>
Thu, 7 Mar 2019 22:25:26 +0000 (22:25 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 7 Mar 2019 22:25:26 +0000 (22:25 +0000)
llvm-svn: 355646

llvm/include/llvm/module.modulemap

index 65c9495..a226d89 100644 (file)
@@ -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"