[Lldb-commits] [lldb] 4de9bee - [LLDB][PDB] Require Windows for for testing PDB plugin-selection again (#158559)
    via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Sep 15 02:07:46 PDT 2025
    
    
  
Author: nerix
Date: 2025-09-15T11:07:42+02:00
New Revision: 4de9bee7e53eb84a22511317e26dfd656b66df8b
URL: https://github.com/llvm/llvm-project/commit/4de9bee7e53eb84a22511317e26dfd656b66df8b
DIFF: https://github.com/llvm/llvm-project/commit/4de9bee7e53eb84a22511317e26dfd656b66df8b.diff
LOG: [LLDB][PDB] Require Windows for for testing PDB plugin-selection again (#158559)
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.
Added: 
    
Modified: 
    lldb/test/Shell/SymbolFile/PDB/native-setting.cpp
Removed: 
    
################################################################################
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
        
    
    
More information about the lldb-commits
mailing list