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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 23:19:50 PST 2019


lebedev.ri 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
----------------
What happens to this limitation?
Does `-DBUILD_SHARED_LIBS=ON` begins to just work?



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