Issue 166743
Summary warning: unrecognized CodeView record 1168
Labels new issue
Assignees
Reporter goblinhack
    I'm compiling my program with clang++ and -g -gcodeview to create the .pdb file info. It does.

I'm also linking with: -g -Wl,--pdb= -lDbgHelp

However, I get the following and the .pdb file is small - a few Kb.

Any ideas how to fix this?

msys64/ucrt64/bin/ld: warning: unrecognized CodeView record 1168
msys64/ucrt64/bin/ld: warning: cannot populate DBI stream in PDB file: bad value


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to