[llvm-bugs] [Bug 39630] New: llvm-undname sometimes drops a "const"

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Nov 11 13:08:34 PST 2018


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

            Bug ID: 39630
           Summary: llvm-undname sometimes drops a "const"
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

$ bin/llvm-undname
'?wrapper_type_info_ at WorkletGlobalScope@blink@@0ABUWrapperTypeInfo at 2@B'
?wrapper_type_info_ at WorkletGlobalScope@blink@@0ABUWrapperTypeInfo at 2@B
private: static struct blink::WrapperTypeInfo const
&blink::WorkletGlobalScope::wrapper_type_info_


But regular undname prints:

private: static struct blink::WrapperTypeInfo const & const
blink::WorkletGlobalScope::wrapper_type_info_

(`const &` vs `const & const`)

There are a bunch of similar examples, also with `const *` vs `const * const`,
in blink_core.dll.

-- 
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/20181111/351c8ac8/attachment.html>


More information about the llvm-bugs mailing list