[PATCH] D94000: DRAFT: Teach components to link into shared libs.
    Stella Laurenzo via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jan 16 19:04:59 PST 2021
    
    
  
stellaraccident added inline comments.
================
Comment at: llvm/CMakeLists.txt:334-336
+option(LLVM_BUILD_SHARED_COMPONENTS
+    "Build each component as a shared library (or DLL)" OFF)
+
----------------
thopre wrote:
> Could you add some documentation in llvm/docs/CMake.rst?
I'm about ready to drop this revision in favor of a more comprehensive non-draft: https://reviews.llvm.org/D94387
But yes, will update docs there.
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