[PATCH] D64461: [lld-link] implement -thinlto-index-only
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 15:27:32 PDT 2019
rnk added a comment.
In D64461#1586526 <https://reviews.llvm.org/D64461#1586526>, @smeenai wrote:
> Distributed ThinLTO doesn't support archives: http://lists.llvm.org/pipermail/llvm-dev/2019-June/133145.html. @tejohnson suggested `-start-lib -end-lib` as a workaround, but that's not a thing for COFF. Do you have plans for archive support, or is that not something you need to deal with for your use cases?
Personally I believe we should prioritize fixing that. It's trivial to fix for thin archives, since those are practically equivalent to the command line object groups.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64461/new/
https://reviews.llvm.org/D64461
More information about the llvm-commits
mailing list