[Lldb-commits] [lldb] [LLDB] Run a few more PDB tests with native PDB as well (PR #152580)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 7 12:28:32 PDT 2025
https://github.com/JDevlieghere approved this pull request.
LGTM.
I wonder though if there's something better we can do here. IIUC, if you don't have DIA enabled, these tests will basically run the same test twice (both using the NativePDB reader). It would be nice if we could avoid that, and run the same test once (NativePDB) or twice (DIA + NativePDB) that doesn't involve duplicating all the lines.
https://github.com/llvm/llvm-project/pull/152580
More information about the lldb-commits
mailing list