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
…116196)

This is a follow-up for the conversation here
#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 authored Nov 15, 2024
1 parent a41ae90 commit e0b76ba
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 e0b76ba

Please sign in to comment.