[PATCH] D64579: [clang-shlib] Fix clang-shlib for PRIVATE dependencies
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 11 14:15:27 PDT 2019
beanz accepted this revision.
beanz added a comment.
Yea, this makes sense even if it is a bit sad. We do use the `--whole-archive` approach for `libLLVM`, and it works. I was hoping to avoid it here in part to free up the ability to link `libclang_shared` before or in parallel to archiving the `libclang*.a` archives.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64579/new/
https://reviews.llvm.org/D64579
More information about the cfe-commits
mailing list