[llvm-bugs] [Bug 45896] New: clang creates a symbol it cannot demangle

via llvm-bugs llvm-bugs at lists.llvm.org
Wed May 13 02:25:48 PDT 2020


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

            Bug ID: 45896
           Summary: clang creates a symbol it cannot demangle
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hans at chromium.org
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org

Created attachment 23477
  --> https://bugs.llvm.org/attachment.cgi?id=23477&action=edit
reproducer

bin/clang++ -m64 -march=x86-64 -c a.ii -o /tmp/a.o -w && nm /tmp/a.o | grep
_ZN21hb_sanitize_context_t9_dispatchIN2OT14VariationStoreEJEEEDTcldtfp_8sanitizefpTspcl1nIT0_Efp1_EEERKT_11hb_priorityILj1EEDpOS3_
                 U
_ZN21hb_sanitize_context_t9_dispatchIN2OT14VariationStoreEJEEEDTcldtfp_8sanitizefpTspcl1nIT0_Efp1_EEERKT_11hb_priorityILj1EEDpOS3_


llvm-cxxfilt is not able to demangle this.

-- 
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/20200513/e40a49b5/attachment.html>


More information about the llvm-bugs mailing list