Displaying 2 results from an estimated 2 matches for "ref_pool".
2016 Sep 06
10
Recommended computer resources to build llvm
I've got a i7 with 12 logical cores and 16GB of RAM I successfully
built RELEASE_390/final but for the last 100 or so files I'd to use
"ninja -j2" so as not to keep from swapping in the best case and and
in the worst case the build kills itself without completing because
apparently its run out of memory.
For the first 3200 files or so it was doing just fine with
2020 Apr 04
2
LLD issue on a massively parallel build machine
On Thu, Apr 2, 2020 at 11:35 AM Itaru Kitayama via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Setting LLVM_PARALLEL_LINK_JOBS
> did not help a week or two weeks ago’s lld.
>
> But recent commits to lld might reflect the variable correctly.
>
FYI: the variable has nothing to do with lld itself (not commits to lld
would change the behavior of this flag), as far as I know