[Lldb-commits] [lldb] [llvm] [LLDB] Use native PDB reader by default (PR #165363)

via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 28 09:55:52 PDT 2025


Nerixyz wrote:

> I assume the PDB shell-tests all explicitly turn on DIA? And the native ones turn it off? I.e., all the test coverage remains the same after this patch?

Yes, they use the environment variable:
https://github.com/llvm/llvm-project/blob/e5668d30393aa6c00ebbda75474c519ad0b57b2b/lldb/test/Shell/SymbolFile/PDB/lit.local.cfg#L1
https://github.com/llvm/llvm-project/blob/e5668d30393aa6c00ebbda75474c519ad0b57b2b/lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg#L1

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


More information about the lldb-commits mailing list