[all-commits] [llvm/llvm-project] 179415: [MC][test] Fix non-portable GNU diff option

Hubert Tong via All-commits all-commits at lists.llvm.org
Thu Jan 16 08:29:29 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1794158f90f904ad2d07c1fcae5c3114a4f23d68
      https://github.com/llvm/llvm-project/commit/1794158f90f904ad2d07c1fcae5c3114a4f23d68
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M llvm/test/MC/ARM/preserve-comments-arm.s
    M llvm/test/MC/AsmParser/preserve-comments.s

  Log Message:
  -----------
  [MC][test] Fix non-portable GNU diff option

Summary: This patch replaces the non-portable GNU diff option `--strip-trailing-cr` with the POSIX `-b` option in two test files.

Reviewers: daltenty, jasonliu

Reviewed By: daltenty

Subscribers: llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list