[all-commits] [llvm/llvm-project] 4623c2: Fix interaction of static plugins with -DLLVM_LINK...

Eli Friedman via All-commits all-commits at lists.llvm.org
Fri Apr 17 11:49:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4623c2ffa4cf39bd94295e8ad1b8ebaaf01a16cc
      https://github.com/llvm/llvm-project/commit/4623c2ffa4cf39bd94295e8ad1b8ebaaf01a16cc
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
    M llvm/cmake/modules/AddLLVM.cmake
    M polly/lib/CMakeLists.txt

  Log Message:
  -----------
  Fix interaction of static plugins with -DLLVM_LINK_LLVM_DYLIB=ON.

We should link static plugins into libLLVM.so; they shouldn't depend on
libLLVM.so.

Fixes https://bugs.llvm.org/show_bug.cgi?id=45571

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




More information about the All-commits mailing list