[llvm] r267488 - ARM: put correct symbol index on indirect pointers in __thread_ptr.

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 11:04:10 PDT 2016


> I don't suppose you could run a relevant "llvm-objdump -macho -p -indirect-symbols" on the attached tmp.o? The output looks *nearly* there (it's reporting 1 direct symbol) so maybe the next line just has a slightly different format for some reason.

Never mind, I've rigged up a qemu binfmt_misc and reproduced it. The 0x1c becomes 0x0, I'm guessing an incorrect format specifier on 32-bit targets. Should have it sorted and recommitted soon.

Tim.


More information about the llvm-commits mailing list