https://bugs.llvm.org/show_bug.cgi?id=38943
Bug ID: 38943
Summary: llvm-pdbutil crashes on stripped PDB
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: DebugInfo
Assignee: unassignedb...@nondot.org
Reporter: nico.ri...@gmail.com
CC: llvm-bugs@lists.llvm.org
Created attachment 20879
--> https://bugs.llvm.org/attachment.cgi?id=20879&action=edit
Stripped PDB sample
PDB files created with link.exe's -pdbstripped option cannot be fully inspected
with llvm-pdbutil. Such PDBS have no "/names" string (and thus no string table)
and modules have no module debug info stream (both are assumed always present
by llvm-pdbutil).
Minimal repro:
// Compile with:
// cl -Zi test.cpp -link -dll -nodefaultlib -pdb:t.pdb -pdbstripped:s.pdb
__declspec(noinline) unsigned _DllMainCRTStartup(void*, unsigned long,
void*)
{
return 1;
}
--
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