[cfe-commits] r101865 - /cfe/trunk/test/Makefile
Chris Lattner
sabre at nondot.org
Mon Apr 19 21:33:06 PDT 2010
Author: lattner
Date: Mon Apr 19 23:33:06 2010
New Revision: 101865
URL: http://llvm.org/viewvc/llvm-project?rev=101865&view=rev
Log:
grr, lit only hates me, not the rest of the world.
Modified:
cfe/trunk/test/Makefile
Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=101865&r1=101864&r2=101865&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Mon Apr 19 23:33:06 2010
@@ -16,9 +16,9 @@
ifndef TESTARGS
ifdef VERBOSE
-TESTARGS = -v -j16
+TESTARGS = -v
else
-TESTARGS = -s -v -j16
+TESTARGS = -s -v
endif
endif
More information about the cfe-commits
mailing list