[LLVMbugs] [Bug 21319] clang 3.4 and above integrated assembler does not respect the .arch directive in .s files for arm
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Oct 22 01:24:47 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21319
Renato Golin <renato.golin at linaro.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Renato Golin <renato.golin at linaro.org> ---
I am not suggesting that at all. The problem exists, no matter where you put it
on the file, on all but .fpu flags just because the .fpu flag was hacked in to
"work".
However, hacking in .arch (or .cpu, etc) is not the solution. That bug which I
marked this as duplicate is the bug that shall fix this properly by making sure
the flags:
* have the expected effect
* don't break file-level attributes
* are meaningful
Please, keep this one as duplicate and, if you wish, discuss on that bug.
--
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/20141022/33e50d52/attachment.html>
More information about the llvm-bugs
mailing list