On Fri Jun 6 18:17:35 2025 +0000, eric pouech wrote:
@jacek just testing this (yeah a bit late sorry), it looks like the .pdb file only contains the public symbols. using: clang version 20.1.5 do we need a later clang version?
I tested mostly with LLVM git, but version 19 seems to work too, unless I'm checking it wrong. For example, I get: ``` $ llvm-pdbutil dump --symbols programs/notepad/x86_64-windows/notepad.pdb |grep NOTEPAD_WndProc 7468 | S_LPROC32 [size = 56] `NOTEPAD_WndProc` ``` Do you not see such symbols in your build or did you mean something else?