[all-commits] [llvm/llvm-project] 90dcdc: [bolt][llvm][cmake] Use `CMAKE_INSTALL_LIBDIR` too
John Ericson via All-commits
all-commits at lists.llvm.org
Sat Aug 20 10:08:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90dcdc4b6e7d86cb3d5049bd766aecddd549dd7d
https://github.com/llvm/llvm-project/commit/90dcdc4b6e7d86cb3d5049bd766aecddd549dd7d
Author: John Ericson <John.Ericson at Obsidian.Systems>
Date: 2022-08-20 (Sat, 20 Aug 2022)
Changed paths:
M bolt/runtime/CMakeLists.txt
M llvm/CMakeLists.txt
Log Message:
-----------
[bolt][llvm][cmake] Use `CMAKE_INSTALL_LIBDIR` too
Working back towards D130586.
Bolt didn't use `LLVM_LIBDIR_SUFFIX` before, and has no in-tree reverse
dependencies, it seems easier to add.
The change in LLVM itself is to prevent some unexpected `lib64` from
cropping up due to the `CMAKE_INSTALL_LIBDIR` defaulting logic.
Differential Revision: https://reviews.llvm.org/D132297
More information about the All-commits
mailing list