[Lldb-commits] [lldb] [lldb] Initial plugin and test for SymbolLocatorSymStore (PR #183302)
Stefan Gränitz via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 6 04:31:19 PST 2026
weliveindetail wrote:
First observation is that other `TEST_WITH_PDB_DEBUG_INFO` API tests run and pass. My test is the only API test that explicitly sets `MAKE_PDB`. It shouldn't make a difference, because it is the default in the builder's debug-info args: https://github.com/llvm/llvm-project/blob/5be12e1c95e897a9da713d49255868eea7ad60fa/lldb/packages/Python/lldbsuite/test/builders/builder.py#L261
However, as I found earlier already, it does affect the build of the inferior somehow: https://github.com/llvm/llvm-project/pull/183302#discussion_r2872033354
Maybe that's an angle for investigation. Another idea is to force the name of the debug-info file to `a.pdb` and see what it does. This will be hairy to diagnose as long as I cannot reproduce it locally and the pre-merge checks don't run. Is there a way to turn them on for a specific PR?
Right now, the bot fails anyway, but I guess I should revert before the end of the day?
https://github.com/llvm/llvm-project/pull/183302
More information about the lldb-commits
mailing list