This is an archive of the discontinued LLVM Phabricator instance.

[libc++][AIX] AIX allows for changing permissions of symlinks
ClosedPublic

Authored by ZarkoCA on Mar 7 2022, 11:23 AM.

Details

Summary

The test fails on AIX due to it expecting an error as on Linux. However, as on
other non-Linux systems symlinks permissions are supported so expect an empty
error code.

Diff Detail

Event Timeline

ZarkoCA created this revision.Mar 7 2022, 11:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2022, 11:23 AM
Herald added a subscriber: krytarowski. · View Herald Transcript
ZarkoCA requested review of this revision.Mar 7 2022, 11:23 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald TranscriptMar 7 2022, 11:23 AM
daltenty accepted this revision.Mar 7 2022, 2:15 PM

LGTM, similarly to the other platforms indicated the bits can be set through the filesystem interface (though our chmod -h is a no-op)

Pinging this for the libc++ group

ldionne accepted this revision.Mar 16 2022, 2:04 PM
This revision is now accepted and ready to land.Mar 16 2022, 2:04 PM