[PATCH] D61804: Support building shared and static libraries simultaneously
Wink Saville via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 22:36:43 PDT 2019
winksaville added a comment.
Questions:
- Should we only build `libclang_shared.so` if `LLVM_BUILD_LLVM_DYLIB` is ON?
- Should we use link clang-9 to libclang_shared.so when `LLVM_LINK_LLVM_DYLIB` is ON?
- Or maybe we should define `BUILD_CLANG_DYLIB` and `LINK_CLANG_DYLIB` or ... ?
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