[libcxx-commits] [PATCH] D107239: [libcxx] Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED
Thorsten via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 1 11:08:40 PDT 2021
tschuett added inline comments.
================
Comment at: libcxx/include/__config:1295
-#if !__has_builtin(__builtin_is_constant_evaluated) && _GNUC_VER < 900
-#define _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED
----------------
Could you keep this check as a test to catch unsupported compilers, i.e. move it to the test folder?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107239/new/
https://reviews.llvm.org/D107239
More information about the libcxx-commits
mailing list