[llvm-commits] [llvm] r94441 - /llvm/trunk/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp

Chris Lattner clattner at apple.com
Mon Jan 25 15:28:16 PST 2010


On Jan 25, 2010, at 3:18 PM, Jim Grosbach wrote:

> Hi Chris,
>
> It looks like this is causing breakage for ARM. Jump table labels  
> have extra quoting in them, resulting in output like:
>
> "LJTI4_0_0
> ":
>        .set L4_0_0_set_839-"LJTI4_0_0
> "
>        .long    L4_0_0_set_839
>        .long    L4_0_0_set_839

Ouch, fixed in 94472, thanks!

-Chris



More information about the llvm-commits mailing list