[Lldb-commits] [lldb] [LLDB] Run API tests with native PDB too (PR #149305)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 24 06:08:17 PDT 2025
labath wrote:
Don't take this to imply I'm against removing the non-native plugin (I'm not, I'd very much like to get rid of it myself), but here are a couple of alternatives:
- it has always bothered me that this is controlled by an environment variable. The original justification was that it's a temporary thing, but we can now see how big of a joke that was. If this was a regular setting, there'd be no need for special infrastructure to support it as we have the `--setting` flag to dotest.
- Maybe it's time to flip the default to the native implementation. Then there'd be no need for flags, and those that are really bent on having the non-native version can set the setting/variable to get it back.
https://github.com/llvm/llvm-project/pull/149305
More information about the lldb-commits
mailing list