[llvm-bugs] [Bug 31280] .section ... @progbits not accepted on arm/thumb

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 7 11:27:33 PST 2016


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

Evgeniy Stepanov <eugeni.stepanov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Evgeniy Stepanov <eugeni.stepanov at gmail.com> ---
Yes. GAS accepts this directive (with @), silently ignoring the @progbits part
as a comment; llvm-mc treats it as an error.

We can easily switch to %progbits, and I think llvm-mc behaviour is preferable
(a section directive should not end with a comma). Feel free to re-open this
bug if you disagree.

-- 
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/20161207/665a036c/attachment.html>


More information about the llvm-bugs mailing list