projects
/
llvm-toolchain-3.8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f04e70
)
follow-parallel-var
author
LLVM Packaging Team
<pkg-llvm-team@lists.alioth.debian.org>
Sun, 12 Mar 2017 08:49:18 +0000
(08:49 +0000)
committer
Sylvestre Ledru
<sylvestre@debian.org>
Sun, 12 Mar 2017 08:49:18 +0000
(08:49 +0000)
===================================================================
Gbp-Pq: Name follow-parallel-var.diff
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index 03194520caa259b94c1d84ff5a6acd0666365a48..2e0390e146eeb76c4b5b3e435df48baaa190a790 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-29,6
+29,11
@@
else
LIT_ARGS := -s -v
endif
+# NJOBS allows an override of the number of threads
+ifneq ($(NJOBS),)
+LIT_ARGS += $(NJOBS)
+endif
+
ifdef TESTSUITE
LIT_TESTSUITE := $(TESTSUITE)
else