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: unassignedb...@nondot.org
          Reporter: compn...@compnerd.org
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to