[PATCH] D63687: gn build: Use thin archives on Windows too when using lld

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 07:33:37 PDT 2019


thakis added a comment.

I finished measuring the impact of this. It saves some disk, but not all that much, and it slows down links some (but not that much). If the numbers are similar on linux, maybe we shouldn't do thin archives in the llvm gn build? (Maybe the faster filesystem on linux makes hunting down all the .o files on linux less expensive, though.)


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

https://reviews.llvm.org/D63687





More information about the llvm-commits mailing list