Honor LLVM_LIBDIR_SUFFIX
authorserge-sans-paille <sguelton@mozilla.com>
Sun, 30 Oct 2022 17:25:04 +0000 (18:25 +0100)
committerserge-sans-paille <sguelton@mozilla.com>
Tue, 1 Nov 2022 22:54:06 +0000 (23:54 +0100)
commitf71d32a0eea47b3d2bb43d6be15cf09d47ef6971
treeffe2482243cf5ff681f84e82d6b4257fd73afe51
parentd94ee70f4f01e4d9eec49e02eff57a5655618401
Honor LLVM_LIBDIR_SUFFIX

Some distribution install libraries under lib64. LLVM supports this
through LLVM_LIBDIR_SUFFIX, have bolt do the same.

Differential Revision: https://reviews.llvm.org/D137039
bolt/CMakeLists.txt
bolt/include/bolt/RuntimeLibs/RuntimeLibraryVariables.inc.in [new file with mode: 0644]
bolt/lib/RuntimeLibs/RuntimeLibrary.cpp
bolt/runtime/CMakeLists.txt