[PATCH] D61909: Add Clang shared library with C++ exports

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 16 15:00:38 PDT 2019


beanz added a comment.

I will land this patch as-is today. I'll try and get a doc patch out for review today or tomorrow. @winksaville, I'm going to add a section to the document about building LLVM as a shared library for inclusion with tool distributions.

That still shouldn't be done with `BUILD_SHARED_LIBS`, we do have mechanisms in LLVM to allow people to control which parts of LLVM get included in libLLVM, and we should add similar mechanisms to this new functionality if needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61909





More information about the cfe-commits mailing list