[all-commits] [llvm/llvm-project] d0af42: [libc++] Switch to the new testing configurations ...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Mar 17 11:27:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0af4276d62418ba9e54fec99b293d2fd7c92213
      https://github.com/llvm/llvm-project/commit/d0af4276d62418ba9e54fec99b293d2fd7c92213
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-03-17 (Thu, 17 Mar 2022)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/utils/ci/run-buildbot

  Log Message:
  -----------
  [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




More information about the All-commits mailing list