mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
33815a24e8
This adds support for the 64-bit DWARF format, but is still limited to less than 4GB of debug data by the DataExtractor class. Some versions of the GNU MIPS toolchain generate 64-Bit DWARF even though it isn't actually necessary. Differential Revision: http://reviews.llvm.org/D1988 llvm-svn: 238434
16 lines
447 B
Plaintext
16 lines
447 B
Plaintext
RUN: llvm-dwarfdump %p/Inputs/dwarfdump.elf-mips64-64-bit-dwarf \
|
|
RUN: --debug-dump=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
|