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

Renato Golin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #2 from Renato Golin <[email protected]> ---
LLVM gets this right:

$ echo "sub sp, sp, #4" | llvm-mc -triple thumbv4t -filetype=obj -o sub.o

Using a different toolchain to make sure:

$ arm-none-eabi-objdump -d sub.o
00000000 <.text>:
   0:    b081          sub    sp, #4

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to