diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-18 18:42:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-18 18:42:18 +0000 |
commit | fb2d1b2e0a265ee7b3d3bfd769fb59ede22211e9 (patch) | |
tree | 9d6fce9ee883f39f45eab8ab834d1a9ca6d8a6b3 /test/Makefile | |
parent | 3c802de01af19964c41cc17e9d788271d42dbcdb (diff) | |
download | external_llvm-fb2d1b2e0a265ee7b3d3bfd769fb59ede22211e9.zip external_llvm-fb2d1b2e0a265ee7b3d3bfd769fb59ede22211e9.tar.gz external_llvm-fb2d1b2e0a265ee7b3d3bfd769fb59ede22211e9.tar.bz2 |
daniel doesn't hate me, he hates macpython 2.5, which
is a very reasonable position on life!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile index f6830e6..044f75b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -203,6 +203,3 @@ Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE -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' |