[Lldb-commits] [lldb] [lldb] Set LLDB_USE_NATIVE_PDB_READER at the directory level (PR #114455)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 31 13:17:18 PDT 2024


JDevlieghere wrote:

> This might not be the right setting to ask this, but is there a plan to use one of the PDB parsers over the other? Would it make sense to add this as an option to lldb-test and the like instead of continuing to rely on an environment variable?

The goal is to have only the native PDB parser (i.e. the one that can run on any platform). I was [under the impression](https://github.com/llvm/llvm-project/pull/113647) that we were close to making that the reality but it seems like more work is needed. @ZequanWu has created [some](https://github.com/llvm/llvm-project/pull/113980) [changes](https://github.com/llvm/llvm-project/pull/114303) to help with that. 

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


More information about the lldb-commits mailing list