1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[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
This commit is contained in:
Igor Kudrin 2020-05-19 13:20:50 +07:00
parent b8f2bd0df3
commit 7d5b354df8
2 changed files with 0 additions and 45 deletions

View File

@ -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