[all-commits] [llvm/llvm-project] 7bcde9: [llvm-dwarfdump][test] Use verbose output to check...

James Henderson via All-commits all-commits at lists.llvm.org
Mon Jun 1 03:50:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7bcde99f7779a71a389e559b7ff2ff6ec43ae004
      https://github.com/llvm/llvm-project/commit/7bcde99f7779a71a389e559b7ff2ff6ec43ae004
  Author: James Henderson <james.henderson at sony.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M llvm/test/tools/llvm-dwarfdump/X86/debug_line_invalid.test

  Log Message:
  -----------
  [llvm-dwarfdump][test] Use verbose output to check expected opcodes

The debug_line_invalid.test test case was previously using the
interpreted line table dumping to identify which opcodes have been
parsed. This change moves to looking for the expected opcodes
explicitly. This is probably a little clearer and also allows for
testing some cases that wouldn't be easily identifiable from the
interpreted table.

Reviewed by: MaskRay

Differential Revision: https://reviews.llvm.org/D80795




More information about the All-commits mailing list