<br><br><div class="gmail_quote">On Mon, Oct 15, 2012 at 2:58 AM, Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Oct 12, 2012 at 7:30 PM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@gmail.com" target="_blank">chandlerc@gmail.com</a>></span> wrote:<br></div><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: chandlerc<br>
Date: Fri Oct 12 21:30:10 2012<br>
New Revision: 165863<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=165863&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=165863&view=rev</a><br>
Log:<br>
Fix the bootstrap of CompilerRT with host compilers that don't support<br>
emulating 128-bit arithmetic on 32-bit x86 targets. This should get the<br>
bootstrap back for GCC 4.6 at least.<br>
<br>
Suggestions on better ways to do the detection here are welcome...<br></blockquote><div><br></div></div><div>It makes me sad that we're now building a runtime library which will, by default, abort unhelpfully if it sees an int128. I'll look into making that better.</div>

<div><br></div><div>It'd be great if we could build the compiler-rt with the just-built Clang where possible (if $build == $host and we have a Clang checkout in the source tree), but I don't know how hard it'd be to get the build system to handle that.</div>
</div></blockquote><div><br></div><div>I also think that using a just-built Clang to build compiler-rt is the right thing to do. We'd need to implement this sooner or later (hope I'll find the time to do it sooner).</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Alexey Samsonov, MSK</div><br>