[Lldb-commits] [lldb] 1f9b32b - [lldb][NativePDB] Require `target-windows` for MSVC test (#186578)

via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 14 02:47:11 PDT 2026


Author: Nerixyz
Date: 2026-03-14T09:47:06Z
New Revision: 1f9b32ba061e7d5f7173a6a7150faf31964c2974

URL: https://github.com/llvm/llvm-project/commit/1f9b32ba061e7d5f7173a6a7150faf31964c2974
DIFF: https://github.com/llvm/llvm-project/commit/1f9b32ba061e7d5f7173a6a7150faf31964c2974.diff

LOG: [lldb][NativePDB] Require `target-windows` for MSVC test (#186578)

Fixes the failure on the lldb-remote-linux-win buildbot
(https://github.com/llvm/llvm-project/pull/186124#issuecomment-4060098881).

The test runs MSVC to produce an executable that only runs on Windows.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/NativePDB/structured-bindings-msvc.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/NativePDB/structured-bindings-msvc.test b/lldb/test/Shell/SymbolFile/NativePDB/structured-bindings-msvc.test
index dfc654fd72ae3..ebe6cceda7ea6 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/structured-bindings-msvc.test
+++ b/lldb/test/Shell/SymbolFile/NativePDB/structured-bindings-msvc.test
@@ -1,4 +1,4 @@
-# REQUIRES: lld, msvc
+# REQUIRES: lld, msvc, target-windows
 
 # Test that LLDB can show variables introduced in C++ 17 structured bindings
 # when compiled with MSVC.


        


More information about the lldb-commits mailing list