Skip to content

Commit 31d2ce7

Browse files
committed
[lldb][test] Disable inline_sites_live.cpp for non-Windows targets
This is a follow-up for the conversation here llvm#115722. This test is designed for Windows target/PDB format, so it shouldn't be built and run for DWARF/etc.
1 parent 1ef4d3b commit 31d2ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// clang-format off
2-
// REQUIRES: system-windows
2+
// REQUIRES: target-windows
33

44
// RUN: %build -o %t.exe -- %s
55
// RUN: %lldb -f %t.exe -s \

0 commit comments

Comments
 (0)