Skip to content

Commit

Permalink
[lldb][test] Disable inline_sites_live.cpp for non-Windows targets
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dzhidzhoev committed Nov 14, 2024
1 parent 1ef4d3b commit 31d2ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// clang-format off
// REQUIRES: system-windows
// REQUIRES: target-windows

// RUN: %build -o %t.exe -- %s
// RUN: %lldb -f %t.exe -s \
Expand Down

0 comments on commit 31d2ce7

Please sign in to comment.