[llvm-bugs] [Bug 41580] New: Please backport r358885 to 8.0

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 24 06:53:13 PDT 2019


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

            Bug ID: 41580
           Summary: Please backport r358885 to 8.0
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: grimar at accesssoftek.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Please backport the following commit to fix creation of
broken debug information by LLD when the latest gcc is used

Revision: 358885
Author: grimar
Date: 22 апреля 2019 г. 16:40:42
Message:
[LLD][ELF] - Do not forget to use ch_addralign field after decompressing the
sections.

LLD did not use ELF::Chdr::ch_addralign for decompressed sections.
This resulted in a broken output.

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

Differential revision: https://reviews.llvm.org/D60959
----
Modified : /lld/trunk/ELF/InputSection.cpp
Added : /lld/trunk/test/ELF/compressed-input-alignment.test

-- 
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/20190424/317e92b6/attachment.html>


More information about the llvm-bugs mailing list