mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
102b8ccfe6
commit
7c8998eaba
@ -29,11 +29,6 @@ else
|
|||||||
LIT_ARGS := -s -v
|
LIT_ARGS := -s -v
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# -jN causes crash on Cygwin's python.
|
|
||||||
ifneq (,$(filter $(HOST_OS),Cygwin))
|
|
||||||
LIT_ARGS += -j1
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef TESTSUITE
|
ifdef TESTSUITE
|
||||||
LIT_TESTSUITE := $(TESTSUITE)
|
LIT_TESTSUITE := $(TESTSUITE)
|
||||||
CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE))
|
CLEANED_TESTSUITE := $(patsubst %/,%,$(TESTSUITE))
|
||||||
|
Loading…
Reference in New Issue
Block a user