[PATCH] D43117: [zorg] Cleanup unnecessary options for ARM and AArch64 bots
Maxim Kuvyrkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 03:42:15 PST 2018
maxim-kuvyrkov created this revision.
maxim-kuvyrkov added reviewers: rovka, gkistanova.
Herald added subscribers: llvm-commits, kristof.beyls, rengolin.
"jobs=" settings are inheritted from slave configuration.
"-DCMAKE_C_FLAGS=" and "-DCMAKE_CXX_FLAGS=" for single-stage builds
are passed only to system compiler and don't affect behavior or results.
For two-stage bots (useTwoStage=True) these flags are preserved.
"-DLLVM_LIT_ARGS='-sv -j2'" flags are extraneous, testsuite runs fine
with default parallelism. We preserve "-DLLVM_PARALLEL_LINK_JOBS=2" for
linaro-tk1-* bots, which have only 2GB of RAM.
Repository:
rL LLVM
https://reviews.llvm.org/D43117
Files:
buildbot/osuosl/master/config/builders.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43117.133579.patch
Type: text/x-patch
Size: 9161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/be65e245/attachment.bin>
More information about the llvm-commits
mailing list