This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add FTM for constexpr vector
ClosedPublic

Authored by philnik on Nov 9 2022, 12:02 PM.

Details

Summary

It looks like we forgot to set the FTM when adding constexpr vector support.

Diff Detail

Event Timeline

philnik created this revision.Nov 9 2022, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2022, 12:02 PM
Herald added a subscriber: arichardson. · View Herald Transcript
philnik requested review of this revision.Nov 9 2022, 12:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2022, 12:02 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Nov 9 2022, 12:06 PM
This revision is now accepted and ready to land.Nov 9 2022, 12:06 PM
This revision was automatically updated to reflect the committed changes.