https://llvm.org/bugs/show_bug.cgi?id=16315
Renato Golin <renato.go...@linaro.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |renato.go...@linaro.org Resolution|--- |FIXED --- Comment #2 from Renato Golin <renato.go...@linaro.org> --- Seems to be working now... $ cat asm.s .thumb add r2, pc, r2 $ llvm-mc -triple thumbv4t-none-eabi asm.s -filetype=obj -o asm.o $ llvm-objdump -triple thumbv4t-none-eabi -d asm.o Disassembly of section .text: $t.0: 0: 7a 44 add r2, pc -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs