[PATCH] D43612: [zorg] Update testsuite parallelism settings for Linaro AArch64 builders.

Maxim Kuvyrkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 01:13:10 PST 2018


maxim-kuvyrkov added inline comments.


================
Comment at: buildbot/osuosl/master/config/builders.py:1453
-                              'CMAKE_CXX_FLAGS': '-mcpu=cortex-a57',
-                              'LLVM_PARALLEL_LINK_JOBS': '4'})},
 
----------------
kristof.beyls wrote:
> I think you don't want to remove the LLVM_PARALLEL_LINK_JOBS limit? Are you sure you have enough memory in the machine for 64 parallel links to work just fine?
Yes, that's intentional.  We already handle those kinds of loads.


https://reviews.llvm.org/D43612





More information about the llvm-commits mailing list