[PATCH] D51748: cmake: Remove add_llvm_loadable_module()
Peiyuan Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 21 00:37:55 PST 2018
SquallATF added a comment.
this change broken mingw build.
CMake Error at cmake/modules/AddLLVM.cmake:667 (install):
install TARGETS given no LIBRARY DESTINATION for module target
"BugpointPasses".
Call Stack (most recent call first):
tools/bugpoint-passes/CMakeLists.txt:17 (add_llvm_library)
CMake Error at cmake/modules/AddLLVM.cmake:667 (install):
install TARGETS given no LIBRARY DESTINATION for module target
"TestPlugin".
Call Stack (most recent call first):
unittests/Passes/CMakeLists.txt:18 (add_llvm_library)
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51748/new/
https://reviews.llvm.org/D51748
More information about the llvm-commits
mailing list