[PATCH] D134369: [Clang] Support constexpr builtin fmax

Evgeny Shulgin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 13:57:30 PDT 2022


Izaron added a comment.

In D134369#3843824 <https://reviews.llvm.org/D134369#3843824>, @efriedma wrote:

> You might need to explicitly specify -std=c++17 in the RUN line.  (That bot has a different target triple, and I think with that triple the default C++ standard isn't C++17?)

Thanks @efriedma! Could you please take a look at my fix with added `-std=c++17`? https://reviews.llvm.org/D135486

Sorry for inconvenience, it was a sad surprise =(


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134369/new/

https://reviews.llvm.org/D134369



More information about the cfe-commits mailing list