[all-commits] [llvm/llvm-project] 37acf9: [compiler-rt] Switch from llvm-config to find_pack...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Oct 31 20:19:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37acf9bdd4686397a6d37000e8d3fe35f456a860
https://github.com/llvm/llvm-project/commit/37acf9bdd4686397a6d37000e8d3fe35f456a860
Author: Michał Górny <mgorny at gentoo.org>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
M compiler-rt/lib/xray/tests/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Switch from llvm-config to find_package(LLVM)
Replace the use of the deprecated `llvm-config` tool with LLVM's CMake
files for detecting LLVM in standalone builds.
Differential Revision: https://reviews.llvm.org/D137024
More information about the All-commits
mailing list