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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 20 12:04:05 PST 2020


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

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.


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