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

            Bug ID: 34222
           Summary: PDB contains unknown symbol record kind 0x1168
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: DebugInfo
          Assignee: unassignedb...@nondot.org
          Reporter: ztur...@google.com
                CC: llvm-bugs@lists.llvm.org

clang-cl.exe -m32 /Od /c Unique.cpp /FoUnique.obj
link.exe /debug Unique.obj
llvm-pdbutil dump -symbols Unique.pdb

We're getting a symbol of kind 0x1168 in here, which is bizarre.  0x1167 is the
debug:fastlink record, but that shouldn't be here, and it's not that anyway.

-- 
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