[Lldb-commits] [lldb] [LLDB] Run API tests with native PDB too (PR #149305)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 18 06:57:50 PDT 2025
Nerixyz wrote:
I made it opt-in now. A test can set `TEST_WITH_PDB_DEBUG_INFO = True`. Unfortunately, all STL tests currently fail. Most of this is because the demangled name in the native PDB parser has spaces at different positions than the DIA parser which I used before.
I'm not sure if it's possible to test both the native parser _and_ the DIA one, since they're selected by an environment variable.
https://github.com/llvm/llvm-project/pull/149305
More information about the lldb-commits
mailing list