[libc++] Switch to the new testing configurations by default
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 14 Mar 2022 18:23:38 +0000 (14:23 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 17 Mar 2022 18:26:56 +0000 (14:26 -0400)
commitd0af4276d62418ba9e54fec99b293d2fd7c92213
treed6e5d849f9644a7ffadacf8f57fa50eeefaaeca5
parent164c7afaf5cbf924806fef7c280e2d71bdac0037
[libc++] Switch to the new testing configurations by default

We've been meaning to remove support for the legacy testing configuration
for a long time. This patch switches the default from the legacy config
to the appropriate new-style configuration based on a few hints.

We've been running with the new-style configuration for more than a year
in our CI, however it's possible that this will uncover issues with some
users that run the tests on platforms that we don't support yet with the
new-style configs. Unfortunately, there is no way to know about it other
than to land this patch and see whether anything breaks.

Differential Revision: https://reviews.llvm.org/D121632
libcxx/CMakeLists.txt
libcxx/docs/ReleaseNotes.rst
libcxx/utils/ci/run-buildbot