[all-commits] [llvm/llvm-project] 42129d: [Clang][CMake] Set up distribution target for Clan...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Tue Feb 7 15:06:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42129deaa67b6c4b8fc82feb74b7e9fe25c99073
https://github.com/llvm/llvm-project/commit/42129deaa67b6c4b8fc82feb74b7e9fe25c99073
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M clang/cmake/caches/BOLT-PGO.cmake
M clang/cmake/caches/BOLT.cmake
Log Message:
-----------
[Clang][CMake] Set up distribution target for Clang-BOLT
Provide a way to install usable BOLT-optimized Clang
(clang + resource headers) using
`ninja clang-bolt install-distribution` with BOLT.cmake cache file
or `ninja stage2-clang-bolt stage2-install-distribution`
with BOLT-PGO.cmake cache file.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D140565
More information about the All-commits
mailing list