[llvm-bugs] [Bug 28548] New: NamespaceBreakpointTestCase fails with gcc

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jul 14 03:26:51 PDT 2016


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

            Bug ID: 28548
           Summary: NamespaceBreakpointTestCase fails with gcc
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: labath at google.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The test fails because the lldb decides that the name of the function `static
int func()` is `::func()`. This happens because gcc does not output the
DW_AT_MIPS_linkage_name attribute for functions with internal linkage.
At this point it is not clear to me whether we should fix the "demangling" of
this function, or just make the test be less strict about the names it accepts.

-- 
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/20160714/0d6d31df/attachment.html>


More information about the llvm-bugs mailing list