[llvm-dev] Missing data on PDB's generated by lld

Leonardo Santagada via llvm-dev llvm-dev at lists.llvm.org
Mon Mar 18 12:52:09 PDT 2019


Hi,

We are starting to test binaries generated by lld on windows and we
notices that sometimes the visual studio debugger can't see the
content of variables or gets the call stack wrong for deeply nested or
complex types. Did anyone else have the same problems, or any way to
try to figure out what is missing? I tried llvm-pdbutil dump -symbols
but there is a lot of small diferences on pdb's generated by taking
msvc C7 debug information and linking with lld and msvc generating
pdbs and linking with link.exe so its hard to see any big parts
missing.

-- 

Leonardo Santagada


More information about the llvm-dev mailing list