[PATCH] D70026: [cmake] Always build the libLLVM shared library

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 07:03:11 PST 2019


tstellar marked an inline comment as done.
tstellar added inline comments.


================
Comment at: llvm/docs/CMake.rst:568
-  This library contains all of LLVM's components in a single shared library.
-  Defaults to OFF. This cannot be used in conjunction with BUILD_SHARED_LIBS.
-  Tools will only be linked to the libLLVM shared library if LLVM_LINK_LLVM_DYLIB
----------------
lebedev.ri wrote:
> What happens to this limitation?
> Does `-DBUILD_SHARED_LIBS=ON` begins to just work?
> 
D70179 will fix this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70026





More information about the llvm-commits mailing list