[all-commits] [llvm/llvm-project] 309635: test-release.sh: Add a CMake cache file for 3-stag...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Thu Jan 4 16:33:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3096353477a6802de9d4c74018c28f13e8ce1310
https://github.com/llvm/llvm-project/commit/3096353477a6802de9d4c74018c28f13e8ce1310
Author: Tom Stellard <tstellar at redhat.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
M .github/workflows/release-binaries.yml
A clang/cmake/caches/Release.cmake
M llvm/utils/release/test-release.sh
Log Message:
-----------
test-release.sh: Add a CMake cache file for 3-stage release builds (#75903)
You can now pass the -use-cmake-cache option to test-release.sh and it
will use a predefined cache file for building the release. This will
make it easier to reproduce the builds and add other enhancements like
PGO or bolt optimizations.
---------
Co-authored-by: Konrad Kleine <konrad.kleine at posteo.de>
More information about the All-commits
mailing list