From: Chris Lattner Date: Thu, 15 Jul 2010 05:22:46 +0000 (+0000) Subject: see comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0fb0e0d956cbdd13444a15e36aa0969b28b30d4;p=clang see comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 5bb50c622a..ba3a640479 100644 --- a/test/Makefile +++ b/test/Makefile @@ -50,4 +50,8 @@ lit.site.cfg: FORCE clean:: @ find . -name Output | xargs rm -fr +# Daniel hates Chris. +chris-lit: + make LIT_ARGS='-j16 -s' + .PHONY: all report clean