[all-commits] [llvm/llvm-project] d2b158: clang/cmake: Drop use of llvm-config for LLVM inst...

Tom Stellard via All-commits all-commits at lists.llvm.org
Sat Aug 6 13:23:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2b158e29eedf4a29bf8d2142f2ed21a52fc80a7
      https://github.com/llvm/llvm-project/commit/d2b158e29eedf4a29bf8d2142f2ed21a52fc80a7
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-08-06 (Sat, 06 Aug 2022)

  Changed paths:
    M clang/CMakeLists.txt

  Log Message:
  -----------
  clang/cmake: Drop use of llvm-config for LLVM install discovery

This has been deprecated for a while, since D51714 in 2018.

Remove it in favor of using CMake's find_package() function.

Reviewed By: phosek, mgorny

Differential Revision: https://reviews.llvm.org/D128777




More information about the All-commits mailing list