summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-19 21:57:18 +0000
committerChris Lattner <sabre@nondot.org>2002-11-19 21:57:18 +0000
commit8437f4a7e49de39a3c53d7cdb916572cb97f41e4 (patch)
treeddb9e40404faa5e84952652b2fd0a430779fee33 /test/Makefile.tests
parent1c9985067bfedc219c1a6128bfc703cf3894b866 (diff)
downloadllvm-8437f4a7e49de39a3c53d7cdb916572cb97f41e4.tar.gz
llvm-8437f4a7e49de39a3c53d7cdb916572cb97f41e4.tar.bz2
llvm-8437f4a7e49de39a3c53d7cdb916572cb97f41e4.tar.xz
Add support for bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index e7fa6a2c50..b5299faa3f 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -44,6 +44,7 @@ LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link
LANALYZE = $(TOOLS)/analyze
LJELLO = $(TOOLS)/jello
+LBUGPOINT= $(TOOLS)/bugpoint
LCCFLAGS += -O2 -Wall
LLCFLAGS =