summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile
index 5bb50c622af..ba3a6404794 100644
--- a/clang/test/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud