search for: r159116

Displaying 1 result from an estimated 1 matches for "r159116".

Did you mean: 1159116
2012 Sep 17
2
[LLVMdev] Label address (taken with blockaddress) not exported to .s
Hi all, I recently updated my LLVM tree and I have a strange issue with the use of blockaddress. The LLVM file that I try to compile is [1]. I do: > llvm-as test_ba.ll > opt -O2 test_ba.bc -o test_ba_opt.bc > llc test_ba_opt.bc In r159116 (committed in 24/06/2012) I get (in the end of the .s file): .type table_closures, at object # @table_closures .section .rodata,"a", at progbits .globl table_closures .align 8 table_closures: .quad .Ltmp0 .quad .Ltmp1 .size table_closures, 16 While in r164026 (committed in 17/0...