[Lldb-commits] [lldb] [LLDB] Require DIA SDK for testing the PDB plugin-selection setting (PR #158284)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 12 06:23:34 PDT 2025


================
@@ -34,6 +36,7 @@ config.have_lldb_server = @LLDB_TOOL_LLDB_SERVER_BUILD@
 config.lldb_system_debugserver = @LLDB_USE_SYSTEM_DEBUGSERVER@
 config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
 config.lldb_has_lldbrpc = @LLDB_BUILD_LLDBRPC@
+config.have_dia_sdk = lit.util.pythonize_bool("@LLVM_ENABLE_DIA_SDK@")
----------------
DavidSpickett wrote:

I expected to see this converted to bool, more surprised that the existing settings are not. They get converted in `lldb/test/CMakeLists.txt`. Can you convert this one there as well?

(which is more cryptic of a location, but at least it's consistent)

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


More information about the lldb-commits mailing list