[Lldb-commits] [lldb] [LLDB][PDB] Require Windows for for testing PDB plugin-selection again (PR #158559)

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 15 00:22:49 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: nerix (Nerixyz)

<details>
<summary>Changes</summary>

Amends #<!-- -->158284 and fixes the failure on `lldb-remote-linux-win` from https://github.com/llvm/llvm-project/pull/158284#issuecomment-3290154510. That builder is configured with the DIA SDK but builds for Linux, so the debug information will be DWARF, not PDB.

---
Full diff: https://github.com/llvm/llvm-project/pull/158559.diff


1 Files Affected:

- (modified) lldb/test/Shell/SymbolFile/PDB/native-setting.cpp (+1-1) 


``````````diff
diff --git a/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp b/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp
index edf7508b88f17..a3077252f08f1 100644
--- a/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp
+++ b/lldb/test/Shell/SymbolFile/PDB/native-setting.cpp
@@ -1,4 +1,4 @@
-// REQUIRES: diasdk
+// REQUIRES: diasdk, target-windows
 
 // Test plugin.symbol-file.pdb.reader setting
 // RUN: %build -o %t.exe -- %s

``````````

</details>


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


More information about the lldb-commits mailing list