[cfe-commits] r108410 - /cfe/trunk/test/Makefile

Chris Lattner sabre at nondot.org
Wed Jul 14 22:22:47 PDT 2010


Author: lattner
Date: Thu Jul 15 00:22:46 2010
New Revision: 108410

URL: http://llvm.org/viewvc/llvm-project?rev=108410&view=rev
Log:
see comment.

Modified:
    cfe/trunk/test/Makefile

Modified: cfe/trunk/test/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=108410&r1=108409&r2=108410&view=diff
==============================================================================
--- cfe/trunk/test/Makefile (original)
+++ cfe/trunk/test/Makefile Thu Jul 15 00:22:46 2010
@@ -50,4 +50,8 @@
 clean::
 	@ find . -name Output | xargs rm -fr
 
+# Daniel hates Chris.
+chris-lit:
+	make LIT_ARGS='-j16 -s'
+
 .PHONY: all report clean





More information about the cfe-commits mailing list