From bbcdebbc8d16c84f2f76eb1192db22472e94661c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 15 Jul 2010 05:17:36 +0000 Subject: [PATCH] see comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108409 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Makefile b/test/Makefile index f8167444146..f6830e63839 100644 --- a/test/Makefile +++ b/test/Makefile @@ -202,3 +202,7 @@ Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE -e "s#@ENABLE_SHARED@#$(ENABLE_SHARED)#g" \ -e "s#@SHLIBPATH_VAR@#$(SHLIBPATH_VAR)#g" \ $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@ + +# Daniel hates Chris. +chris-lit: + make check-lit LIT_ARGS='-j16 -s' -- 2.34.1