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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
