diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-23 23:47:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-23 23:47:20 +0000 |
commit | 332ca6ccd559d5ec1241e35c82e3c4f12a9d2bfc (patch) | |
tree | e7f5b7b8bea6e30ce55f22c95c94fcd431df4858 /test/Makefile.tests | |
parent | fc1c705965643ec22a1791e8ab06f0a6f720caaf (diff) |
Jello is going away
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index b5299faa3f..944df53148 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -43,7 +43,6 @@ LDIS = $(TOOLS)/dis LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/link LANALYZE = $(TOOLS)/analyze -LJELLO = $(TOOLS)/jello LBUGPOINT= $(TOOLS)/bugpoint LCCFLAGS += -O2 -Wall |