[PATCH] D80122: [DebugInfo] Remove an outdated test.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 07:29:34 PDT 2020


ikudrin created this revision.
ikudrin added reviewers: jhenderson, dblaikie, probinson, emaste, aprantl.
ikudrin added projects: LLVM, debug-info.
Herald added subscribers: atanasyan, jrtc27.

64-bit DWARF is supported for most of the sections, and there are separate tests for each of them. This test uses a binary input, while the preferable way is to have a text-based source. Thus, it looks like this test may be safely removed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80122

Files:
  llvm/test/DebugInfo/Inputs/dwarfdump.elf-mips64-64-bit-dwarf
  llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test


Index: llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test
===================================================================
--- llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test
+++ /dev/null
@@ -1,45 +0,0 @@
-RUN: llvm-dwarfdump %p/Inputs/dwarfdump.elf-mips64-64-bit-dwarf \
-RUN:   --debug-line | FileCheck %s
-
-# FIXME: llvm-dwarfdump's support for 64-bit dwarf is currently limited to
-# .debug_line.
-
-CHECK:   total_length: 0x00000212
-CHECK:        version: 2
-CHECK:prologue_length: 0x000001ab
-CHECK:min_inst_length: 1
-CHECK:default_is_stmt: 1
-CHECK:      line_base: -5
-CHECK:     line_range: 14
-CHECK:    opcode_base: 13
-CHECK: is_stmt end_sequence
-
-CHECK:   total_length: 0x0000007c
-CHECK:        version: 2
-CHECK:prologue_length: 0x00000048
-CHECK:min_inst_length: 1
-CHECK:default_is_stmt: 1
-CHECK:      line_base: -5
-CHECK:     line_range: 14
-CHECK:    opcode_base: 13
-CHECK: is_stmt end_sequence
-
-CHECK:   total_length: 0x00000094
-CHECK:        version: 2
-CHECK:prologue_length: 0x00000044
-CHECK:min_inst_length: 1
-CHECK:default_is_stmt: 1
-CHECK:      line_base: -5
-CHECK:     line_range: 14
-CHECK:    opcode_base: 13
-CHECK: is_stmt end_sequence
-
-CHECK:   total_length: 0x0000007c
-CHECK:        version: 2
-CHECK:prologue_length: 0x00000048
-CHECK:min_inst_length: 1
-CHECK:default_is_stmt: 1
-CHECK:      line_base: -5
-CHECK:     line_range: 14
-CHECK:    opcode_base: 13
-CHECK: is_stmt end_sequence


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80122.264616.patch
Type: text/x-patch
Size: 1443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200518/0868e869/attachment.bin>


More information about the llvm-commits mailing list