[all-commits] [llvm/llvm-project] 0ae9e9: [test][llvm-dwarfdump][NFC] Improve test readability

James Henderson via All-commits all-commits at lists.llvm.org
Thu Jan 2 09:00:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ae9e952f73f97f2d4355f82a83770835dd835ea
      https://github.com/llvm/llvm-project/commit/0ae9e952f73f97f2d4355f82a83770835dd835ea
  Author: James Henderson <jh7370 at my.bristol.ac.uk>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

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

  Log Message:
  -----------
  [test][llvm-dwarfdump][NFC] Improve test readability

This patch adds and improves comments in the debug_line_invalid.test and
its associated input file so that it is easier to follow. It uses '##'
to make comments stand out from lit and FileCheck commands.

It also reflows some commands so that the lines are not so long and are
easier to read and fixes some copy/paste errors.

Reviewed by: JDevlieghere

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




More information about the All-commits mailing list