[PATCH] D17403: Fix the use of -j in "make check-all"
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 06:14:57 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL261740: [zorg] Pass -jN to make in "make check-all" (authored by kparzysz).
Changed prior to commit:
http://reviews.llvm.org/D17403?vs=48813&id=48921#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17403
Files:
zorg/trunk/zorg/buildbot/builders/LLVMBuilder.py
Index: zorg/trunk/zorg/buildbot/builders/LLVMBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLVMBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/LLVMBuilder.py
@@ -217,6 +217,7 @@
LitTestCommand(
name = 'test-llvm',
command = [make, "check-all", "VERBOSE=1",
+ WithProperties("-j%s" % jobs),
WithProperties("LIT_ARGS=%s" % litTestArgs)],
description = ["testing", "llvm"],
descriptionDone = ["test", "llvm"],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17403.48921.patch
Type: text/x-patch
Size: 656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160224/8d4c74a8/attachment.bin>
More information about the llvm-commits
mailing list