[PATCH] D61804: Support building shared and static libraries simultaneously

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 13 12:55:02 PDT 2019


beanz added a comment.

My change should not have decreased build time from trunk, nor should it have reduced the number of build steps. That patch should generate lib/libClang_shared.so, which will export the C++ API. libClang is unchanged since changing it would break existing clients of the library.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61804





More information about the cfe-commits mailing list