[llvm-bugs] [Bug 34820] New: Make lld's -gdb-index work without -ggnu-pubnames

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 3 14:49:50 PDT 2017


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

            Bug ID: 34820
           Summary: Make lld's -gdb-index work without -ggnu-pubnames
           Product: lld
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: ruiu at google.com
                CC: llvm-bugs at lists.llvm.org

Currently, lld's -gdb-index doesn't work without adding -ggnu-pubnames to the
compiler command line. Looks like GNU gold can create a correct .gdb_index
section without that compiler flag.

We want to improve lld so that it can create a .gdb_index section without
passing -ggnu-pubnames to compilers.

-- 
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/20171003/cb1281df/attachment.html>


More information about the llvm-bugs mailing list