[PATCH] D63881: [cmake] Fix build with BUILD_SHARED_LIBS=ON

Cristian Adam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 05:29:40 PDT 2019


cristian.adam abandoned this revision.
cristian.adam added a comment.

`BUILD_SHARED_LIBS` does create lots of shared objects, and ` LLVM_BUILD_LLVM_DYLIB` should be the right solution for Qt Creator where we have a bit of big binaries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63881





More information about the llvm-commits mailing list