projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
102b8cc
)
Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 9 Oct 2012 05:07:18 +0000
(
05:07
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 9 Oct 2012 05:07:18 +0000
(
05:07
+0000)
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
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index ae7a67401f3efe982b0707051c3216434e18ec6f..3c6b5b68a4ff788fab862fbd12efbbebf663e764 100644
(file)
--- 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))