[PATCH] D55965: cmake: Don't install plugins used for examples or tests

Peiyuan Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 21 00:47:09 PST 2018


SquallATF added a comment.

with this patch, cmake still failed when build LLVMgold in mingw

  CMake Error at cmake/modules/AddLLVM.cmake:667 (install):
    install TARGETS given no LIBRARY DESTINATION for module target "LLVMgold".
  Call Stack (most recent call first):
    tools/gold/CMakeLists.txt:14 (add_llvm_library)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55965/new/

https://reviews.llvm.org/D55965





More information about the llvm-commits mailing list