[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 00:33:59 PST 2018
kristof.beyls added inline comments.
================
Comment at: buildbot/osuosl/master/config/builders.py:1453
- 'CMAKE_CXX_FLAGS': '-mcpu=cortex-a57',
- 'LLVM_PARALLEL_LINK_JOBS': '4'})},
----------------
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?
https://reviews.llvm.org/D43612
More information about the llvm-commits
mailing list