[all-commits] [llvm/llvm-project] 34e907: [libc++] Fix CI on release/16.x

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Apr 3 21:24:42 PDT 2023


  Branch: refs/heads/release/16.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 34e907fdba13db61748c347cbdd33a22132d8b7a
      https://github.com/llvm/llvm-project/commit/34e907fdba13db61748c347cbdd33a22132d8b7a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
    M libcxx/test/libcxx/clang_tidy.sh.cpp
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/modules_include.sh.cpp
    M libcxx/test/libcxx/nasty_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    M libcxx/test/libcxx/ranges/range.adaptors/range.join/segmented_iterator.compile.pass.cpp
    M libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/generate_header_tests.py

  Log Message:
  -----------
  [libc++] Fix CI on release/16.x

This patch is aimed directly at release/16.x -- it ensures that we
can run the CI successfully on the release branch. It's a collection
of changes that were made on main and not backported to release/16.x
because the CI had been failing since we created the branch.

Differential Revision: https://reviews.llvm.org/D147065




More information about the All-commits mailing list