[PATCH] D80122: [DebugInfo] Remove an outdated test.

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 18 23:57:49 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG04e005009ab5: [DebugInfo] Remove an outdated test. (authored by ikudrin).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80122/new/

https://reviews.llvm.org/D80122

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


Index: llvm/test/DebugInfo/dwarfdump-64-bit-dwarf.test
===================================================================
--- 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80122.264802.patch
Type: text/x-patch
Size: 1443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/8525e09d/attachment.bin>


More information about the llvm-commits mailing list