[libcxx-commits] [PATCH] D121632: [libc++] Switch to the new testing configurations by default

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 14 12:03:02 PDT 2022


ldionne created this revision.
Herald added subscribers: mstorsjo, arichardson, mgorny.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D121632

Files:
  libcxx/CMakeLists.txt
  libcxx/docs/ReleaseNotes.rst
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121632.415180.patch
Type: text/x-patch
Size: 15690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220314/5df58799/attachment.bin>


More information about the libcxx-commits mailing list