[all-commits] [llvm/llvm-project] 627d5e: [BOLT][CMake] Use LLVM macros for install targets
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue May 30 12:23:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 627d5e16127bd8034b893e66ab0c86eacf2d939a
https://github.com/llvm/llvm-project/commit/627d5e16127bd8034b893e66ab0c86eacf2d939a
Author: Petr Hosek <phosek at google.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M bolt/tools/CMakeLists.txt
M bolt/tools/driver/CMakeLists.txt
M bolt/tools/merge-fdata/CMakeLists.txt
Log Message:
-----------
[BOLT][CMake] Use LLVM macros for install targets
The existing BOLT install targets are broken on Windows becase they
don't properly handle output extension. Rather than reimplementing
this logic in BOLT, reuse the existing LLVM macros which already
handle this aspect correctly.
Differential Revision: https://reviews.llvm.org/D151595
More information about the All-commits
mailing list