[llvm-bugs] [Bug 34222] New: PDB contains unknown symbol record kind 0x1168

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 17 09:47:18 PDT 2017


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: unassignedbugs at nondot.org
          Reporter: zturner at google.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170817/92f95bd8/attachment.html>


More information about the llvm-bugs mailing list