[all-commits] [llvm/llvm-project] 8461d9: [libclc] Restore linking against dynamic libLLVM f...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Mon Apr 8 03:06:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8461d901a770516cf2069fe3bce979a6f8fc8d76
      https://github.com/llvm/llvm-project/commit/8461d901a770516cf2069fe3bce979a6f8fc8d76
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2024-04-08 (Mon, 08 Apr 2024)

  Changed paths:
    M libclc/CMakeLists.txt

  Log Message:
  -----------
  [libclc] Restore linking against dynamic libLLVM for out-of-tree builds

This fixes a regression where building against an installation without
the static libraries would fail. This just reinstates the old behaviour
for out-of-tree builds, assuming that in-tree builds (which still aren't
officially supported) will have the static libraries available. We can
refine this as we move towards supporting in-tree builds.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list