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

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 06:20:45 PST 2018


kristof.beyls accepted this revision.
kristof.beyls added inline comments.
This revision is now accepted and ready to land.


================
Comment at: buildbot/osuosl/master/config/builders.py:1453
-                              'CMAKE_CXX_FLAGS': '-mcpu=cortex-a57',
-                              'LLVM_PARALLEL_LINK_JOBS': '4'})},
 
----------------
maxim-kuvyrkov wrote:
> 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.
allright - LGTM then.


https://reviews.llvm.org/D43612





More information about the llvm-commits mailing list