Skip to content

Commit 4be09f0

Browse files
authored
[lldb][test] DW_OP_piece-O3.c: Disable on Windows (llvm#117355)
llvm#117168
1 parent dc637e9 commit 4be09f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
// DW_AT_type (0x00000032 "char[5]")
66
// DW_AT_location (DW_OP_piece 0x2, DW_OP_addrx 0x0, DW_OP_piece 0x1)
77

8+
// UNSUPPORTED: system-windows
89
// RUN: %clang_host -O3 -gdwarf %s -o %t
910
// RUN: %lldb %t \
10-
// RUN: -o "b 25" \
11+
// RUN: -o "b 26" \
1112
// RUN: -o "r" \
1213
// RUN: -o "p/x array[2]" \
1314
// RUN: -b | FileCheck %s

0 commit comments

Comments
 (0)