We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc637e9 commit 4be09f0Copy full SHA for 4be09f0
lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c
@@ -5,9 +5,10 @@
5
// DW_AT_type (0x00000032 "char[5]")
6
// DW_AT_location (DW_OP_piece 0x2, DW_OP_addrx 0x0, DW_OP_piece 0x1)
7
8
+// UNSUPPORTED: system-windows
9
// RUN: %clang_host -O3 -gdwarf %s -o %t
10
// RUN: %lldb %t \
-// RUN: -o "b 25" \
11
+// RUN: -o "b 26" \
12
// RUN: -o "r" \
13
// RUN: -o "p/x array[2]" \
14
// RUN: -b | FileCheck %s
0 commit comments