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: unassignedb...@nondot.org
          Reporter: nicolaswe...@gmx.de
                CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org

$ bin/llvm-undname
'?wrapper_type_info_@WorkletGlobalScope@blink@@0ABUWrapperTypeInfo@2@B'
?wrapper_type_info_@WorkletGlobalScope@blink@@0ABUWrapperTypeInfo@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to