diff options
author | Paul Robinson <paul.robinson@sony.com> | 2017-11-22 15:48:30 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2017-11-22 15:48:30 +0000 |
commit | 511b54cadcc9b87ce1541bd80a1be730f4d687e4 (patch) | |
tree | 7bc12378af62bf8f54a00ca10c3d1a4281bcf07b /llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test | |
parent | c492500e7efd3fbb0da2af0e0fac2d6141703cbd (diff) | |
download | bcm5719-llvm-511b54cadcc9b87ce1541bd80a1be730f4d687e4.tar.gz bcm5719-llvm-511b54cadcc9b87ce1541bd80a1be730f4d687e4.zip |
[DebugInfo] Dump a .debug_line section, including line-number program,
without any compile units.
Differential Revision: https://reviews.llvm.org/D40114
llvm-svn: 318842
Diffstat (limited to 'llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test')
-rw-r--r-- | llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test b/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test index 702da150548..329dce0136e 100644 --- a/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test +++ b/llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test @@ -13,3 +13,33 @@ 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 |