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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to