<p>weird, it passed for me... anyways, I'm not at a computer at the moment but will look as soon as I get back...</p>
<div class="gmail_quote">On Jan 25, 2012 2:34 PM, "Argyrios Kyrtzidis" <<a href="mailto:kyrtzidis@apple.com">kyrtzidis@apple.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Jan 25, 2012 at 1:32 PM, Chandler Carruth <<a href="mailto:chandlerc@gmail.com">chandlerc@gmail.com</a>> wrote:<br>
> Author: chandlerc<br>
> Date: Wed Jan 25 15:32:31 2012<br>
> New Revision: 148981<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=148981&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=148981&view=rev</a><br>
> Log:<br>
> Try to unbreak the FreeBSD toolchain's detection of 32-bit targets<br>
> inside a 64-bit freebsd machine with the 32-bit compatibility layer<br>
> installed. The FreeBSD image always has the /usr/lib32 directory, so<br>
> test for the more concrete existence of crt1.o. Also enhance the tests<br>
> for freebsd to clarify what these trees look like and exercise the new<br>
> code.<br>
><br>
> Thanks to all the FreeBSD folks for helping me understand what caused<br>
> the failure and how we might fix it. =] That helps a lot. Also, yay<br>
> build bots.<br>
><br>
> Added:<br>
>    cfe/trunk/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o<br>
>    cfe/trunk/test/Driver/Inputs/basic_freebsd_tree/usr/lib/crt1.o<br>
>    cfe/trunk/test/Driver/Inputs/basic_freebsd_tree/usr/lib32/<br>
>    cfe/trunk/test/Driver/Inputs/basic_freebsd_tree/usr/lib32/.keep<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/lib/<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/lib/.keep<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/lib/<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/lib/.keep<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/lib/crt1.o<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/lib32/<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/lib32/.keep<br>
>    cfe/trunk/test/Driver/Inputs/multiarch_freebsd64_tree/usr/lib32/crt1.o<br>
> Modified:<br>
>    cfe/trunk/lib/Driver/ToolChains.cpp<br>
>    cfe/trunk/test/Driver/freebsd.c<br>
<br>
freebsd.c is now failing, at least on Mac.<br>
<br>
-Eli<br>
<br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</blockquote></div>