[llvm] [PDB] Add public symbol lookup by address (PR #157361)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 05:40:46 PDT 2025


================
@@ -0,0 +1,46 @@
+// clang-format off
----------------
aganea wrote:

Is the goal of this file to generate the `PublicSymbols.pdb` below? We usually don't keep artifacts like this around, if they are not directly used by a test. As for the binary PDB below, I think you'd have to actually build a `PublicsStream` programatically in the unit test, without ever going through a PDB file. Can you try doing that? I am not sure all APIs for doing that are public, but worth a try. That could also allow for covering the "corrupted" stream case.

https://github.com/llvm/llvm-project/pull/157361


More information about the llvm-commits mailing list