[Lldb-commits] [lldb] 89aab75 - [LLDB] XFAIL dwarf5-debug_line-file-index.s on arm-linux
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 22 05:07:07 PDT 2021
Author: Muhammad Omair Javaid
Date: 2021-03-22T17:06:53+05:00
New Revision: 89aab750b0650c0d4394642df26a63046ca0f29e
URL: https://github.com/llvm/llvm-project/commit/89aab750b0650c0d4394642df26a63046ca0f29e
DIFF: https://github.com/llvm/llvm-project/commit/89aab750b0650c0d4394642df26a63046ca0f29e.diff
LOG: [LLDB] XFAIL dwarf5-debug_line-file-index.s on arm-linux
Tests dwarf5-debug_line-file-index.s fails on arm-linux-gnueabihf.
Bug # 49678 has been filed against it.
Added:
Modified:
lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s b/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
index 724212c4c59d..f867d466e54b 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s
@@ -1,5 +1,5 @@
# Test handling of DWARF5 file index 0.
-
+# XFAIL: target-arm && linux-gnu
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -o %t -triple x86_64-pc-linux %s
@@ -116,4 +116,4 @@
.quad .Lfunc_begin0
.Ldebug_addr_end0:
.section .debug_line,"", at progbits
-.Lline_table_start0:
\ No newline at end of file
+.Lline_table_start0:
More information about the lldb-commits
mailing list