[llvm-commits] [llvm] r132222 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/ARM/ARMAsmPrinter.h test/CodeGen/ARM/debug-i

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Fri May 27 16:29:30 PDT 2011


>> ; CHECK-NEXT: .Ltmp
>>              ^
>> <stdin>:738:9: note: scanning from here
>>  .short Lset14


> I forced a triple on this test in r132228; would you check that this is right?

Should be. The problem is the change in the private symbol prefix (.L X L).

Sorry about the breakage.

> Thanks,
> Eli

Cheers,
Rafael



More information about the llvm-commits mailing list