This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer] Use newfstatat for x32
ClosedPublic

Authored by hjl.tools on May 4 2022, 3:08 PM.

Details

Summary

Since newfstatat is supported on x32, use it for x32.

Diff Detail

Event Timeline

hjl.tools created this revision.May 4 2022, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2022, 3:08 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
hjl.tools requested review of this revision.May 4 2022, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2022, 3:08 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
eugenis accepted this revision.May 4 2022, 3:37 PM

LGTM

This revision is now accepted and ready to land.May 4 2022, 3:37 PM
MaskRay accepted this revision.May 4 2022, 3:38 PM
This revision was automatically updated to reflect the committed changes.
This comment was removed by glaubitz.