This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Only check for GCC's empty string storage on macOS and iOS
ClosedPublic

Authored by ldionne on Nov 12 2020, 8:08 AM.

Details

Summary

We don't need to do that on other Apple platforms, since they never
shipped libstdc++. I also added a comment extracted from the original
commit by Howard Hinnant (e115af2777f6).

Diff Detail

Event Timeline

ldionne created this revision.Nov 12 2020, 8:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2020, 8:08 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Nov 12 2020, 8:08 AM
ldionne accepted this revision.Nov 13 2020, 7:48 AM
This revision is now accepted and ready to land.Nov 13 2020, 7:48 AM