[llvm-bugs] [Bug 16315] Apple clang 4.2 based on llvm 3.2 produces a wrong "instruction requires:arm-mode" ‏

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 13 02:34:15 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=16315

Renato Golin <renato.golin at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |renato.golin at linaro.org
         Resolution|---                         |FIXED

--- Comment #2 from Renato Golin <renato.golin at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160113/93c30fb7/attachment.html>


More information about the llvm-bugs mailing list