[llvm-bugs] [Bug 27528] New: LLD/ELF does not support compressed debug sections

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Apr 26 12:56:47 PDT 2016


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

            Bug ID: 27528
           Summary: LLD/ELF does not support compressed debug sections
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: compnerd at compnerd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

This currently results in a fatal due to zdebug_str having a signature of
(uint32_t)'ZLIB' which is not NULL terminated, and expecting all strings to be
NULL terminated.

We currently do not have any support for compressed sections.

-- 
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/20160426/91585988/attachment.html>


More information about the llvm-bugs mailing list