[PATCH] D40607: [zorg] Add linaro-d05-* builders
Maxim Kuvyrkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 29 10:44:37 PST 2017
maxim-kuvyrkov planned changes to this revision.
maxim-kuvyrkov added inline comments.
================
Comment at: buildbot/osuosl/master/config/builders.py:308
- testsuite_flags=['--cppflags', '-mcpu=cortex-a57',
- '--threads=8', '--build-threads=8'],
env={'PATH':'/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
----------------
After a bit more testing, it appears that lit testsuite won't be parallelized without --threads=N and --build-threads=N settings. I'll rework this patch and resubmit.
https://reviews.llvm.org/D40607
More information about the llvm-commits
mailing list