<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Nov 18, 2013 at 9:57 AM, Mikael Lyngvig <span dir="ltr"><<a href="mailto:mikael@lyngvig.org" target="_blank">mikael@lyngvig.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm in the process of configuring a Mac Mini G4 (PowerPC, big-endian) to be an LLD buildbot slave, as there were some who wanted a big-endian tester of LLD.<div>

<br></div><div>I have a few quick questions with respect to that:</div>
<div><br></div><div>1. LLD appears to be built using Clang, but Clang is not built as part of the LLD build.  So which version of Clang should I use?  v3.3 or any nightly build of Clang.  Is it enough that I occasionally build a Clang, install it, and use that?</div>

</div></blockquote><div><br></div><div>LLD should compile with any compiler as long as it supports C++11.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div>2. I'm not sure how to test LLD properly.  Is the test of LLD included in the LLVM test suite or how do I ensure that the LLD test suite gets run on this big-endian setup? (This is the whole point of setting up a big-endian LLD buildbot slave: To test LLD in a big-endian environment.)</div>


<div><br></div><div>3. When trying to use a self-built version of Clang, I get an error about libc++ missing when the buildbot slave tries to build LLD.  When I build and install libc++, I get unresolved symbols (GNU exception handling support routines) of the form "<span style="color:red;font-family:'Courier New',courier,monotype,monospace;font-size:medium">/usr/local/lib/libc++.so: undefined reference to `__cxa_end_catch'".</span></div>


<div><br></div><div>As far as I am concerned, this build slave is not going be valuable in terms of quickly reporting errors (it is only 1,25 GHz, so it is simply too slow for that), but rather it will serve by testing LLD in a big-endian setting.  I do hope that this build slave will reveal a number of issues in LLD.<span class="HOEnZb"><font color="#888888"><br>


</font></span></div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div>-- Mikael</div></font></span></div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div></div>