[all-commits] [llvm/llvm-project] 61cff9: [BOLT] Support building bolt when LLVM_LINK_LLVM_D...

serge-sans-paille via All-commits all-commits at lists.llvm.org
Thu Sep 22 22:59:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 61cff9079c083fdcfb9fa324e50b9e480165037e
      https://github.com/llvm/llvm-project/commit/61cff9079c083fdcfb9fa324e50b9e480165037e
  Author: serge-sans-paille <sguelton at redhat.com>
  Date:   2022-09-23 (Fri, 23 Sep 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/lib/Target/AArch64/CMakeLists.txt
    M bolt/lib/Target/X86/CMakeLists.txt
    M bolt/lib/Utils/CMakeLists.txt
    M bolt/tools/bat-dump/CMakeLists.txt
    M bolt/tools/driver/CMakeLists.txt
    M bolt/tools/heatmap/CMakeLists.txt
    M bolt/tools/llvm-bolt-fuzzer/CMakeLists.txt
    M bolt/tools/merge-fdata/CMakeLists.txt
    M bolt/unittests/Core/CMakeLists.txt
    M bolt/unittests/Profile/CMakeLists.txt

  Log Message:
  -----------
  [BOLT] Support building bolt when LLVM_LINK_LLVM_DYLIB is ON

This does *not* link with libLLVM, but with static archives instead. Not
super-great, but at least the build works, which is probably better than
failing.

Related to #57551

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




More information about the All-commits mailing list