[all-commits] [llvm/llvm-project] bdba3d: [BOLT][CMAKE] Fix DYLIB build

Amir Ayupov via All-commits all-commits at lists.llvm.org
Fri May 13 13:27:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdba3d091c66e3ab87fe0d631d90771b747ddf0d
      https://github.com/llvm/llvm-project/commit/bdba3d091c66e3ab87fe0d631d90771b747ddf0d
  Author: Amir Ayupov <aaupov at users.noreply.github.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M bolt/lib/Core/CMakeLists.txt
    M bolt/lib/Passes/CMakeLists.txt
    M bolt/lib/Profile/CMakeLists.txt
    M bolt/lib/Rewrite/CMakeLists.txt
    M bolt/lib/RuntimeLibs/CMakeLists.txt
    M bolt/tools/driver/CMakeLists.txt
    M bolt/tools/heatmap/CMakeLists.txt
    M bolt/unittests/Core/CMakeLists.txt

  Log Message:
  -----------
  [BOLT][CMAKE] Fix DYLIB build

Move BOLT libraries out of `LLVM_LINK_COMPONENTS` to `target_link_libraries`.
Addresses issue #55432.

Reviewed By: rafauler

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




More information about the All-commits mailing list