This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove workaround for broken __is_trivially_copyable on old GCC
ClosedPublic

Authored by ldionne on Aug 31 2021, 7:42 AM.

Details

Summary

All supported versions of GCC now do the right thing.

Diff Detail

Event Timeline

ldionne requested review of this revision.Aug 31 2021, 7:42 AM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2021, 7:42 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Quuxplusone accepted this revision.Aug 31 2021, 9:09 AM

If buildkite is happy, I'm happy! (I still think there's a chance this will break someone, so I'm glad it's being done as a separate commit; thanks.)

This revision is now accepted and ready to land.Aug 31 2021, 9:09 AM