diff options
-rw-r--r-- | llvm/include/llvm/module.modulemap | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/module.modulemap b/llvm/include/llvm/module.modulemap index 65c9495e930..a226d89721b 100644 --- a/llvm/include/llvm/module.modulemap +++ b/llvm/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" |