[libcxx-commits] [PATCH] D91154: [libc++] Guard __cpp_lib_constexpr_dynamic_alloc with compiler support

Alexander Richardson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 20 12:58:01 PST 2020


arichardson added a comment.

In D91154#2408774 <https://reviews.llvm.org/D91154#2408774>, @ldionne wrote:

> Thanks for looking into this. I just recently hacked up something to silence these failures on the Clang 8 builders, but I think this is better.
>
> However, the tests like `libcxx/test/std/language.support/support.limits/support.limits.general/memory.version.pass.cpp` are auto-generated. You need to modify `libcxx/utils/generate_feature_test_macro_components.py` instead.

Will do. I clearly can't read, it even says so in the first few lines of that file...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91154



More information about the libcxx-commits mailing list