Displaying 1 result from an estimated 1 matches for "r97475".
Did you mean:
997475
2010 Mar 03
0
[LLVMdev] [cfe-dev] Clang error
Hi,
On 03/03/2010 12:23 PM, Gonsolo wrote:
> I updated and it still fails.
> Filed under http://llvm.org/bugs/show_bug.cgi?id=6475
Can you try LLVM r97474? r97475 enabled the new isel by default
which started to crash our out-of-tree backend (we also use inline asm
even in crt0()), maybe this is related. I've been tracking this since
yesterday. r97474 works for us.
Also, can you try to produce a proper backtrace by enabling core
dump and inspecting it w...