https://github.com/Nerixyz created 
https://github.com/llvm/llvm-project/pull/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.

>From a2ac9c95e60f3e1a1838b773128cd184dd05a119 Mon Sep 17 00:00:00 2001
From: Nerixyz <nerix...@outlook.de>
Date: Mon, 15 Sep 2025 09:19:36 +0200
Subject: [PATCH] [LLDB][PDB] Require Windows for for testing PDB
 plugin-selection again

---
 lldb/test/Shell/SymbolFile/PDB/native-setting.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to