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

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 7 13:52:07 PDT 2022


efriedma added a comment.

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?)


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