[llvm-commits] [llvm] r165482 - /llvm/trunk/test/Makefile
NAKAMURA Takumi
geek4civic at gmail.com
Mon Oct 8 22:07:18 PDT 2012
Author: chapuni
Date: Tue Oct 9 00:07:18 2012
New Revision: 165482
URL: http://llvm.org/viewvc/llvm-project?rev=165482&view=rev
Log:
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.
Modified:
llvm/trunk/test/Makefile
Modified: llvm/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Makefile?rev=165482&r1=165481&r2=165482&view=diff
==============================================================================
--- llvm/trunk/test/Makefile (original)
+++ llvm/trunk/test/Makefile Tue Oct 9 00:07:18 2012
@@ -29,11 +29,6 @@
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))
More information about the llvm-commits
mailing list