[Lldb-commits] [lldb] 4be09f0 - [lldb][test] DW_OP_piece-O3.c: Disable on Windows (#117355)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 22 10:16:13 PST 2024
Author: Ilia Kuklin
Date: 2024-11-22T23:16:08+05:00
New Revision: 4be09f06242be9349f05016fb50d3dbb378600bf
URL: https://github.com/llvm/llvm-project/commit/4be09f06242be9349f05016fb50d3dbb378600bf
DIFF: https://github.com/llvm/llvm-project/commit/4be09f06242be9349f05016fb50d3dbb378600bf.diff
LOG: [lldb][test] DW_OP_piece-O3.c: Disable on Windows (#117355)
#117168
Added:
Modified:
lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c b/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c
index 77ea81f30395f0..e8dd870992b8ab 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c
+++ b/lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c
@@ -5,9 +5,10 @@
// DW_AT_type (0x00000032 "char[5]")
// DW_AT_location (DW_OP_piece 0x2, DW_OP_addrx 0x0, DW_OP_piece 0x1)
+// UNSUPPORTED: system-windows
// RUN: %clang_host -O3 -gdwarf %s -o %t
// RUN: %lldb %t \
-// RUN: -o "b 25" \
+// RUN: -o "b 26" \
// RUN: -o "r" \
// RUN: -o "p/x array[2]" \
// RUN: -b | FileCheck %s
More information about the lldb-commits
mailing list