This is an archive of the discontinued LLVM Phabricator instance.

[AIX][test-suite] Use stat() on AIX to access d_type field (of dirent)
ClosedPublic

Authored by amyk on May 13 2021, 9:06 AM.

Details

Summary

This patch makes use of stat() to access file type information, as the d_type
field of dirent.h is unavailable on AIX.

Diff Detail

Repository
rT test-suite

Event Timeline

amyk requested review of this revision.May 13 2021, 9:06 AM
amyk created this revision.
amyk added a subscriber: ZarkoCA.Aug 16 2021, 7:23 AM

Gentle ping.
@hubert.reinterpretcast @ZarkoCA @stevewan @daltenty Did any of you have any comments regarding this change?

amyk added a comment.Sep 14 2021, 10:02 AM

Gentle ping.

stevewan accepted this revision as: stevewan.Sep 15 2021, 9:45 AM

LGTM. Thanks.

This revision is now accepted and ready to land.Sep 15 2021, 9:45 AM