mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
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. llvm-svn: 165482
This commit is contained in:
parent
c32072e141
commit
66a892ba2d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user