[llvm-commits] [compiler-rt] r165863 - in /compiler-rt/trunk/lib/ubsan: ubsan_diag.cc ubsan_value.cc ubsan_value.h

Richard Smith richard at metafoo.co.uk
Sun Oct 14 16:56:08 PDT 2012


On Sun, Oct 14, 2012 at 3:58 PM, Richard Smith <richard at metafoo.co.uk>wrote:

> On Fri, Oct 12, 2012 at 7:30 PM, Chandler Carruth <chandlerc at gmail.com>wrote:
>
>> Author: chandlerc
>> Date: Fri Oct 12 21:30:10 2012
>> New Revision: 165863
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=165863&view=rev
>> Log:
>> Fix the bootstrap of CompilerRT with host compilers that don't support
>> emulating 128-bit arithmetic on 32-bit x86 targets. This should get the
>> bootstrap back for GCC 4.6 at least.
>>
>> Suggestions on better ways to do the detection here are welcome...
>>
>
> 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.
>

r165913.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121014/23f9d807/attachment.html>


More information about the llvm-commits mailing list