This is an archive of the discontinued LLVM Phabricator instance.

[libc++][format] Removes an AIX work-around.
ClosedPublic

Authored by Mordante on Jun 5 2023, 9:40 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGa5931e2c7b91: [libc++][format] Removes an AIX work-around.
Summary

This work-around was for Clang 13 and older, which we no longer support.

Diff Detail

Event Timeline

Mordante created this revision.Jun 5 2023, 9:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 9:40 AM
Mordante requested review of this revision.Jun 5 2023, 9:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 9:40 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jun 20 2023, 8:56 AM
ldionne added a subscriber: ldionne.

Nice, thanks for the cleanup!

This revision is now accepted and ready to land.Jun 20 2023, 8:56 AM
This revision was automatically updated to reflect the committed changes.