diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-15 05:17:36 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-15 05:17:36 +0000 |
commit | bbcdebbc8d16c84f2f76eb1192db22472e94661c (patch) | |
tree | b7d7bb687e2e5b803538e89d45e8a4375ebf61ba | |
parent | 1ad25b605c9a0384998a63d72042a7a3caf83912 (diff) | |
download | external_llvm-bbcdebbc8d16c84f2f76eb1192db22472e94661c.zip external_llvm-bbcdebbc8d16c84f2f76eb1192db22472e94661c.tar.gz external_llvm-bbcdebbc8d16c84f2f76eb1192db22472e94661c.tar.bz2 |
see comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108409 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index f816744..f6830e6 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' |