[llvm-bugs] [Bug 49965] New: llvm-c++filt unable to demangle lambda names
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 14 19:09:45 PDT 2021
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: unassignedbugs at nondot.org
Reporter: lxfind at gmail.com
CC: llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210415/15458c62/attachment-0001.html>
More information about the llvm-bugs
mailing list