[Lldb-commits] [lldb] e0b76ba - [lldb][test] Disable inline_sites_live.cpp for non-Windows targets (#116196)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 15 05:15:33 PST 2024
Author: Vladislav Dzhidzhoev
Date: 2024-11-15T14:15:29+01:00
New Revision: e0b76bafde197c4813aa52dbcfeaf6bd1f9d96da
URL: https://github.com/llvm/llvm-project/commit/e0b76bafde197c4813aa52dbcfeaf6bd1f9d96da
DIFF: https://github.com/llvm/llvm-project/commit/e0b76bafde197c4813aa52dbcfeaf6bd1f9d96da.diff
LOG: [lldb][test] Disable inline_sites_live.cpp for non-Windows targets (#116196)
This is a follow-up for the conversation here
https://github.com/llvm/llvm-project/pull/115722/.
This test is designed for Windows target/PDB format, so it shouldn't be
built and run for DWARF/etc.
Added:
Modified:
lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp b/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
index 549bc881b19bb7..906f3d7dff0a56 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
@@ -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 \
More information about the lldb-commits
mailing list