[PATCH] D51552: Libraries added with add_llvm_loadable_module macro to have their component name
Valeriy Dmitriev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 7 13:25:36 PDT 2018
vdmitrie added a comment.
In https://reviews.llvm.org/D51552#1227791, @rnk wrote:
> I looked at the documentation for the cmake install command, but I still have no idea what a component is or what effect this option has. Can you elaborate on that?
Component here is named portion of installed files. We need finer grain control over installation process (specifically need to be able to install just LLVMgold.so):
cmake -DCOMPONENT=LLVMgold -P cmake_install.cmake
Now it falls into Unspecified component name with tons of other stuff.
Repository:
rL LLVM
https://reviews.llvm.org/D51552
More information about the llvm-commits
mailing list