[llvm] [PDB] Add public symbol lookup by address (PR #157361)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 7 13:06:14 PDT 2025
================
----------------
Nerixyz wrote:
I don't know what to do about this binary file. I already filtered out just the public symbols. pdb2yaml/yaml2pdb is not part of ObjectYAML, so it can't be used in unit tests.
>From what I can tell, yaml2pdb is a bit special, because it will always write to a file. Hooking this up to be able to output into a raw_ostream (as required for ObjectYAML) is likely a bigger effort.
https://github.com/llvm/llvm-project/pull/157361
More information about the llvm-commits
mailing list