[all-commits] [llvm/llvm-project] 4fee8a: [NFC][compiler-rt][profile] Remove non-Posix -h op...

jsji via All-commits all-commits at lists.llvm.org
Thu Oct 14 08:09:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fee8a16915ec461002d1cc8e452be1e06cab6d7
      https://github.com/llvm/llvm-project/commit/4fee8a16915ec461002d1cc8e452be1e06cab6d7
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M compiler-rt/test/profile/Posix/gcov-execlp.c

  Log Message:
  -----------
  [NFC][compiler-rt][profile] Remove non-Posix -h option from test

We are running `ls -lh` in gcov-execlp.c test in Posix folder.
However `-h` is not a POSIX option,ls on some POSIX system (eg: AIX)
may not support it.

This patch remove this option to avoid break.

Reviewed By: anhtuyen

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




More information about the All-commits mailing list