[llvm-bugs] [Bug 25278] assembler ignores directives for ISA level

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 26 10:29:52 PDT 2015


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

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

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

--- Comment #1 from Renato Golin <renato.golin at linaro.org> ---
".cpu <archname>" is not supported, but the bug reported here was fixed a while
ago. We needed it to fix libunwind.

.cpu arm1176jzf-s
.fpu vfpv3
vstmia ip!, {d8-d15}

$ clang -c -target arm -march=armv4t -mfloat-abi=soft vstm.s 

Disassembly of section .text:

00000000 <.text>:
   0:    ecac8b10     vstmia    ip!, {d8-d15}

-- 
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/20151026/213dda9f/attachment.html>


More information about the llvm-bugs mailing list