[PATCH] D75742: [Object] Support large archive members

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 00:09:26 PDT 2020


grimar added a comment.

FTR.

The current size of LLVM build folder for me is 26.1 Gb.
I think it is reasonable to avoid letting it go to 30.1 Gb (e.g. +4 Gb, +15%).

We have `huge-temporarily-file.s` test in LLD with the following comment:

> 1. This inputs previously created a 4gb temporarily file under 32 bit
> 2. configuration. Issue was fixed. There is no clean way to check that from here.
> 3. This testcase added for documentation purposes.

I believe that +15% of peak free space consumption is probably too much. It might be better to
have no test at all sometimes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75742





More information about the llvm-commits mailing list