[llvm-bugs] [Bug 23087] Object emitter gets confused by global assembler

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 11 10:06:36 PDT 2016


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

John Brawn <john.brawn.123 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |john.brawn.123 at gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from John Brawn <john.brawn.123 at gmail.com> ---
With latest trunk clang I get no error when reading the produced object using
readelf from binutils 2.26.2. Looking at the output of a clang from about a
year ago it looks like previously the section size of .ARM.attributes for this
example was incorrectly set to 72 bytes whereas now it's correctly set to 58
bytes.

-- 
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/20160711/a980e7c3/attachment.html>


More information about the llvm-bugs mailing list