]> granicus.if.org Git - llvm/commitdiff
Make GenericDomTreeConstruction textual instead.
authorAdrian Prantl <aprantl@apple.com>
Thu, 7 Mar 2019 23:17:11 +0000 (23:17 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 7 Mar 2019 23:17:11 +0000 (23:17 +0000)
I think the problem is that it uses the LLVM_DEBUG macro in funciton bodies.

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

include/llvm/module.modulemap

index a226d89721b8a6471e750840040d0aea2eea8166..7718250de082453f9a3382a7e251da5641ab0c7c 100644 (file)
@@ -353,9 +353,8 @@ 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"
+    // This header uses the LLVM_DEBUG macro in function bodies.
+    textual header "Support/GenericDomTreeConstruction.h"
 
     // These are intended for textual inclusion.
     textual header "Support/ARMTargetParser.def"