From 22e2d117d3b9f04a66e03698f930c6f9ac538d69 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 26 Mar 2021 17:16:53 +0100 Subject: [PATCH] [lldb] Really fix dwarf5-debug_line-file-index.s It's not enough the change the comment -- one has to actually change the constant before it. :/ --- lldb/test/Shell/SymbolFile/DWARF/dwarf5-debug_line-file-index.s | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 7bddd3b..54d07df 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,7 +1,5 @@ # Test handling of DWARF5 file index 0. # REQUIRES: x86 -# XFAIL: target-arm && linux-gnu -# XFAIL: system-windows # RUN: llvm-mc -filetype=obj -o %t -triple x86_64-pc-linux %s # RUN: %lldb %t -o "image lookup -f hello.c -l 1" \ @@ -19,7 +17,7 @@ .section .debug_abbrev,"",@progbits .byte 1 # Abbreviation Code .byte 17 # DW_TAG_compile_unit - .byte 1 # DW_CHILDREN_no + .byte 0 # DW_CHILDREN_no .byte 37 # DW_AT_producer .byte 37 # DW_FORM_strx1 .byte 19 # DW_AT_language -- 2.7.4