<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 14, 2016 at 6:14 PM, Lang Hames via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: lhames<br>
Date: Mon Nov 14 20:14:57 2016<br>
New Revision: 286930<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=286930&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=286930&view=rev</a><br>
Log:<br>
[ORC] Work around an apparent modules/linkage issue.<br>
<br>
<rdar://problem/29247092><br>
<br>
<br>
Modified:<br>
    llvm/trunk/include/llvm/<wbr>module.modulemap<br>
<br>
Modified: llvm/trunk/include/llvm/<wbr>module.modulemap<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/module.modulemap?rev=286930&r1=286929&r2=286930&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project/llvm/trunk/include/<wbr>llvm/module.modulemap?rev=<wbr>286930&r1=286929&r2=286930&<wbr>view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- llvm/trunk/include/llvm/<wbr>module.modulemap (original)<br>
+++ llvm/trunk/include/llvm/<wbr>module.modulemap Mon Nov 14 20:14:57 2016<br>
@@ -113,6 +113,14 @@ module LLVM_ExecutionEngine {<br>
   exclude header "ExecutionEngine/MCJIT.h"<br>
   exclude header "ExecutionEngine/Interpreter.<wbr>h"<br>
   exclude header "ExecutionEngine/<wbr>OrcMCJITReplacement.h"<br>
+<br>
+  // FIXME: These exclude directives were added as a workaround for<br>
+  //        <rdar://problem/29247092> and should be removed once it is fixed.<br></blockquote><div><br></div><div>Please can you provide an explanation here that non-Apple folks can read?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+  exclude header "ExecutionEngine/Orc/<wbr>RawByteChannel.h"<br>
+  exclude header "ExecutionEngine/Orc/RPCUtils.<wbr>h"<br>
+  exclude header "ExecutionEngine/Orc/<wbr>OrcRemoteTargetRPCAPI.h"<br>
+  exclude header "ExecutionEngine/Orc/<wbr>OrcRemoteTargetClient.h"<br>
+  exclude header "ExecutionEngine/Orc/<wbr>OrcRemoteTargetServer.h"<br>
 }<br>
<br>
 module LLVM_Pass {<br>
<br>
<br>
______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div></div>