[llvm-bugs] [Bug 37607] LLD does not create segments for output sections coming after .ARM.attributes in linkerscript

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 5 09:33:47 PDT 2020


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

Fangrui Song <i at maskray.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #2 from Fangrui Song <i at maskray.me> ---
OutputSections without the SHF_ALLOC flag created from non-orphan sections may
have non-zero addresses now. This better emulates GNU ld but may not be what
you intend (in that case you should move non-SHF_ALLOC sections after SHF_ALLOC
sections).

030ddc0a0bb9e2b25319eb681d520a9cee32b761 (target: LLD 12.0.0)

-- 
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/20200805/ffb2c84a/attachment.html>


More information about the llvm-bugs mailing list