mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01: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:
parent
b8f2bd0df3
commit
7d5b354df8
Binary file not shown.
@ -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
|
Loading…
x
Reference in New Issue
Block a user