This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Use C++17 in constant-builtins-fmax.cpp test
ClosedPublic

Authored by Izaron on Oct 7 2022, 1:55 PM.

Details

Summary

Add -std=c++17 to the test so that buildbot won't fail

Diff Detail

Event Timeline

Izaron created this revision.Oct 7 2022, 1:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2022, 1:55 PM
Izaron requested review of this revision.Oct 7 2022, 1:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2022, 1:55 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Izaron added a comment.Oct 7 2022, 1:56 PM

ASAP fix from previous review request, see comment: https://reviews.llvm.org/D134369#3843824

efriedma accepted this revision.Oct 7 2022, 2:07 PM

Looks fine

This revision is now accepted and ready to land.Oct 7 2022, 2:07 PM
Izaron added a comment.Oct 7 2022, 2:09 PM

Thanks, will land the patch after Build 288902: pre-merge checks is passed =)

dyung added a subscriber: dyung.Oct 7 2022, 2:26 PM

Thanks, this is necessary because the Playstation platforms default to C++14, not C++17.

This revision was automatically updated to reflect the committed changes.