summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-10-09 05:07:18 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-10-09 05:07:18 +0000
commit7c8998eaba7c921326bd59d8875af092e56b4071 (patch)
tree3f037a81391f896e46b5b94fc6c6574ea544dfb0 /test/Makefile
parent102b8ccfe673b4e3aa189f85b0fa06f59f19a199 (diff)
downloadllvm-7c8998eaba7c921326bd59d8875af092e56b4071.tar.gz
llvm-7c8998eaba7c921326bd59d8875af092e56b4071.tar.bz2
llvm-7c8998eaba7c921326bd59d8875af092e56b4071.tar.xz
Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."
lit -jN works on cygwin in most cases, but still sometimes I can see stalls with iterative run on the buildbot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165482 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile b/test/Makefile
index ae7a67401f..3c6b5b68a4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -29,11 +29,6 @@ else
LIT_ARGS := -s -v
endif
-# -jN causes crash on Cygwin's python.
-ifneq (,$(filter $(HOST_OS),Cygwin))
- LIT_ARGS += -j1
-endif
-
ifdef TESTSUITE
LIT_TESTSUITE := $(TESTSUITE)
CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE))