[libcxx-commits] [PATCH] D118831: [libc++] Bump minimum compiler requirements

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 2 10:42:22 PST 2022


Mordante added a comment.

In D118831#3291324 <https://reviews.llvm.org/D118831#3291324>, @ldionne wrote:

> Note that I expect this to fail for the time being since the Apple backdeployment nodes are still using AppleClang 12. I have to find a solution for that.

AFAIK that's indeed the only thing blocking use from removing `_LIBCPP_HAS_NO_CONCEPTS`.



================
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:177
 
-  - label: "Clang 12"
-    command: "libcxx/utils/ci/run-buildbot generic-clang-12"
----------------
Should we keep a Clang 12 job for a while to validate backporting patches to the release branch or should the release branch do the validation?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118831



More information about the libcxx-commits mailing list