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

            Bug ID: 27564
           Summary: LLD/ELF is too aggressive about .gnu_debuglink
           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

Building a test program with lld will embed a .gnu_debuglink section for
defaultlibs (crti.o, crtn.o) if the defaultlibs contain debug link information.

GNU gold and ld do not do this and this will break split debug usage with lld.

-- 
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