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

Ismail Donmez via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 02:53:58 PST 2017


On Tue, Jan 24, 2017 at 11:50 AM, Pavel Labath via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 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.

Well that's because DYLIB has its own set of problems.

ismail


More information about the llvm-commits mailing list