From: NAKAMURA Takumi Date: Tue, 9 Oct 2012 05:07:18 +0000 (+0000) Subject: Revert r117093, "test/Makefile: Force lit -j1 on Cygwin." X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be94b1c37eaea0913cf910f279bc964c0995dd11;p=platform%2Fupstream%2Fllvm.git 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 --- diff --git a/llvm/test/Makefile b/llvm/test/Makefile index ae7a674..3c6b5b6 100644 --- a/llvm/test/Makefile +++ b/llvm/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))