[PATCH] D61804: Support building shared and static libraries simultaneously
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 22:12:22 PDT 2019
MaskRay added a comment.
@winksaville I asked why on Arch Linux, extra/clang is built with `-DBUILD_SHARED_LIBS=ON` while extra/llvm extra/lldb are built with `-DBUILD_SHARED_LIBS=ON` https://bugs.archlinux.org/task/60512 . I think `extra/clang` is just not suitable for development. If you really want to build static libraries than convert them to shared libraries, there is a hack <https://github.com/MaskRay/ccls/issues/355#issuecomment-478304891>...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61804/new/
https://reviews.llvm.org/D61804
More information about the llvm-commits
mailing list