This is an archive of the discontinued LLVM Phabricator instance.

[LIT]Accept cat_64 command name on AIX in shtest
ClosedPublic

Authored by jsji on Aug 16 2021, 10:54 AM.

Details

Summary

AIX may use cat_64 for 64 bit cat, this is just update the lit test to accept the name as well.

Diff Detail

Event Timeline

jsji created this revision.Aug 16 2021, 10:54 AM
jsji requested review of this revision.Aug 16 2021, 10:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 10:54 AM
shchenz accepted this revision.Aug 17 2021, 3:39 AM

LGTM.

This revision is now accepted and ready to land.Aug 17 2021, 3:39 AM
This revision was automatically updated to reflect the committed changes.

Seems fine, just noting as well that cat_64 is the GNU core utils version as well, not just a 64-bit version of the system one.