mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 12:44:19 +00:00
17 lines
414 B
Diff
17 lines
414 B
Diff
Index: llvm-toolchain-3.4-3.4.2/test/Makefile
|
|
===================================================================
|
|
--- llvm-toolchain-3.4-3.4.2.orig/test/Makefile
|
|
+++ llvm-toolchain-3.4-3.4.2/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
|