[all-commits] [llvm/llvm-project] bd8dc9: Bump version to 14.0.1
Tom Stellard via All-commits
all-commits at lists.llvm.org
Wed Mar 30 23:55:00 PDT 2022
Branch: refs/heads/release/14.x
Home: https://github.com/llvm/llvm-project
Commit: bd8dc965cff14115415f18d7dc8922f806f7a93a
https://github.com/llvm/llvm-project/commit/bd8dc965cff14115415f18d7dc8922f806f7a93a
Author: Tom Stellard <tstellar at redhat.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M libcxx/CMakeLists.txt
M libcxxabi/CMakeLists.txt
M libunwind/CMakeLists.txt
M llvm/CMakeLists.txt
M llvm/utils/gn/secondary/llvm/version.gni
M llvm/utils/lit/lit/__init__.py
M llvm/utils/release/build_llvm_package.bat
M utils/bazel/llvm-project-overlay/llvm/include/llvm/Config/llvm-config.h
Log Message:
-----------
Bump version to 14.0.1
Commit: 0547ffef5d39c864715ba02f8f6d031f71583682
https://github.com/llvm/llvm-project/commit/0547ffef5d39c864715ba02f8f6d031f71583682
Author: Tom Stellard <tstellar at redhat.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M .github/workflows/clang-tests.yml
M .github/workflows/libclc-tests.yml
M .github/workflows/lld-tests.yml
M .github/workflows/lldb-tests.yml
A .github/workflows/llvm-project-tests.yml
M .github/workflows/llvm-tests.yml
Log Message:
-----------
workflows: Consolidate tests to reduce the number of build jobs
Merge the llvm, clang, and libclc tests into a single job. This is the
most sub-projects we can test at once without running out of disk space
on the GitHub runners.
Reviewed By: thieta
Differential Revision: https://reviews.llvm.org/D120872
Compare: https://github.com/llvm/llvm-project/compare/3f43d803382d...0547ffef5d39
More information about the All-commits
mailing list