[PATCH] D29007: [lld][cmake] Fix BUILD_SHARED_LIBS installation

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 02:50:41 PST 2017


labath added a comment.

In https://reviews.llvm.org/D29007#654540, @mgorny wrote:

> Oh, and I thought that it was a feature since lld was linked statically anyway! ;-D


BUILD_SHARED_LIBS is not a recommended way for deployment of llvm http://llvm.org/docs/CMake.html, but it seems it is used nonetheless.


https://reviews.llvm.org/D29007





More information about the llvm-commits mailing list