<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 7, 2019 at 2:24 PM Adrian Prantl via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: adrian<br>
Date: Thu Mar  7 14:25:26 2019<br>
New Revision: 355646<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=355646&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=355646&view=rev</a><br>
Log:<br>
Work around a module build error on the LLDB incremental green dragon bot.<br>
<br>
Modified:<br>
    llvm/trunk/include/llvm/module.modulemap<br>
<br>
Modified: llvm/trunk/include/llvm/module.modulemap<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=355646&r1=355645&r2=355646&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=355646&r1=355645&r2=355646&view=diff</a><br>
==============================================================================<br>
--- llvm/trunk/include/llvm/module.modulemap (original)<br>
+++ llvm/trunk/include/llvm/module.modulemap Thu Mar  7 14:25:26 2019<br>
@@ -353,6 +353,10 @@ module LLVM_Utils {<br>
     exclude header "Support/PluginLoader.h"<br>
     exclude header "Support/Solaris/sys/regset.h"<br>
<br>
+    // FIXME: The function bodies in this header pull in<br>
+    //        unwanted dependencies that cause linker errors.<br></blockquote><div><br>What does it pull in & how does it cause linker errors?<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+    exclude header "Support/GenericDomTreeConstruction.h"<br>
+<br>
     // These are intended for textual inclusion.<br>
     textual header "Support/ARMTargetParser.def"<br>
     textual header "Support/AArch64TargetParser.def"<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div></div>