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.
Details
Details
- Reviewers
daltenty hubert.reinterpretcast Jake-Egan ldionne - Group Reviewers
Restricted Project - Commits
- rG0f0520003af4: [libc++][AIX] AIX allows for changing permissions of symlinks
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, similarly to the other platforms indicated the bits can be set through the filesystem interface (though our chmod -h is a no-op)