[llvm] 04e0050 - [DebugInfo] Remove an outdated test.

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 23:39:56 PDT 2020


Author: Igor Kudrin
Date: 2020-05-19T13:32:48+07:00
New Revision: 04e005009ab5f13a1159cac2f2ad46b8d111a5c8

URL: https://github.com/llvm/llvm-project/commit/04e005009ab5f13a1159cac2f2ad46b8d111a5c8
DIFF: https://github.com/llvm/llvm-project/commit/04e005009ab5f13a1159cac2f2ad46b8d111a5c8.diff

LOG: [DebugInfo] Remove an outdated test.

64-bit DWARF is supported for most of the sections now, 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.

Differential Revision: https://reviews.llvm.org/D80122

Added: 
    

Modified: 
    

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


################################################################################
diff  --git a/llvm/test/DebugInfo/Inputs/dwarfdump.elf-mips64-64-bit-dwarf b/llvm/test/DebugInfo/Inputs/dwarfdump.elf-mips64-64-bit-dwarf
deleted file mode 100755
index 5dbfea52212b..000000000000
Binary files a/llvm/test/DebugInfo/Inputs/dwarfdump.elf-mips64-64-bit-dwarf and /dev/null 
diff er

diff  --git a/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test b/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test
deleted file mode 100644
index af07eaac1f93..000000000000
--- a/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


        


More information about the llvm-commits mailing list