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

            Bug ID: 49965
           Summary: llvm-c++filt unable to demangle lambda names
           Product: tools
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-c++filt
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Compiling some simple code that contains lambdas using trunk
Clang:https://godbolt.org/z/5qvqKqEe6

The lambda function name is "_ZZ3foovENK3$_0clEv".
However running llvm-cxxfilt from trunk cannot demangle it.

(godbolt seems to be able to demangle it, though)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to