[all-commits] [llvm/llvm-project] 342c02: Fix non-portable GNU diff option

David Tenty via All-commits all-commits at lists.llvm.org
Wed Oct 23 08:20:30 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 342c02d0ad57f244fed2b4d496c06d7b6dbdb310
      https://github.com/llvm/llvm-project/commit/342c02d0ad57f244fed2b4d496c06d7b6dbdb310
  Author: stevewan <wan.yu at ibm.com>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M llvm/test/Assembler/thinlto-vtable-summary.ll
    M llvm/test/tools/llvm-cxxmap/remap.test
    M llvm/test/tools/llvm-profdata/profile-symbol-list.test
    M llvm/test/tools/llvm-profdata/roundtrip.test
    M llvm/test/tools/llvm-profdata/sample-remap.test

  Log Message:
  -----------
  Fix non-portable GNU diff option

Summary: This is a fix to revision D68839 and rL375023. This patch substitutes POSIX option "-b" for the non-portable GNU option "--strip-trailing-cr".

Reviewers: daltenty, hubert.reinterpretcast

Reviewed By: daltenty

Subscribers: mehdi_amini, hiraditya, steven_wu, dexonsmith, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list