llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-platform-windows @llvm/pr-subscribers-backend-aarch64 Author: Ilia Kuklin (kuilpd) <details> <summary>Changes</summary> #<!-- -->117168 --- Full diff: https://github.com/llvm/llvm-project/pull/117355.diff 1 Files Affected: - (modified) lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c (+2-1) ``````````diff 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..50d13e446d539f 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) +// XFAIL: target=aarch64-pc-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 `````````` </details> https://github.com/llvm/llvm-project/pull/117355 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits