[all-commits] [llvm/llvm-project] 23c665: [compiler-rt] Switch from llvm-config to find_pack...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Nov 1 23:18:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23c665371a98c7a16765d12bf2db19b0626b7181
https://github.com/llvm/llvm-project/commit/23c665371a98c7a16765d12bf2db19b0626b7181
Author: Michał Górny <mgorny at gentoo.org>
Date: 2022-11-02 (Wed, 02 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