[PATCH] D137024: [compiler-rt] Switch from llvm-config to find_package(LLVM)

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 29 10:54:20 PDT 2022


mgorny created this revision.
mgorny added reviewers: dberris, justinkb, tstellar, MaskRay, serge-sans-paille, Hahnfeld, mstorsjo, delcypher, phosek.
Herald added subscribers: Enna1, StephenFan.
Herald added a project: All.
mgorny requested review of this revision.

Replace the use of the deprecated `llvm-config` tool with LLVM's CMake
files for detecting LLVM in standalone builds.


https://reviews.llvm.org/D137024

Files:
  compiler-rt/cmake/Modules/CompilerRTUtils.cmake
  compiler-rt/lib/xray/tests/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137024.471759.patch
Type: text/x-patch
Size: 9461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221029/e13ee9a2/attachment.bin>


More information about the cfe-commits mailing list