[PATCH] D94000: DRAFT: Teach components to link into shared libs.

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 07:24:51 PST 2021


thopre added a comment.

Sorry if this is obvious but what is the goal of linking component into shared library?



================
Comment at: llvm/CMakeLists.txt:334-336
+option(LLVM_BUILD_SHARED_COMPONENTS
+    "Build each component as a shared library (or DLL)" OFF)
+
----------------
Could you add some documentation in llvm/docs/CMake.rst?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94000



More information about the llvm-commits mailing list