This is an archive of the discontinued LLVM Phabricator instance.

[NFC][compiler-rt][profile] Remove non-Posix -h option from test
ClosedPublic

Authored by jsji on Oct 14 2021, 7:40 AM.

Details

Summary

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.

Diff Detail

Event Timeline

jsji created this revision.Oct 14 2021, 7:40 AM
jsji requested review of this revision.Oct 14 2021, 7:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 14 2021, 7:40 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
anhtuyen accepted this revision.Oct 14 2021, 7:50 AM
anhtuyen added a subscriber: anhtuyen.

LGTM

This revision is now accepted and ready to land.Oct 14 2021, 7:50 AM