Skip to content

Commit 4de9bee

Browse files
authored
[LLDB][PDB] Require Windows for for testing PDB plugin-selection again (#158559)
Amends #158284 and fixes the failure on `lldb-remote-linux-win` from #158284 (comment). That builder is configured with the DIA SDK but builds for Linux, so the debug information will be DWARF, not PDB.
1 parent fd4ef8e commit 4de9bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/PDB/native-setting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: diasdk
1+
// REQUIRES: diasdk, target-windows
22

33
// Test plugin.symbol-file.pdb.reader setting
44
// RUN: %build -o %t.exe -- %s

0 commit comments

Comments
 (0)