summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-06-24 21:35:50 +0000
committerChris Lattner <sabre@nondot.org>2002-06-24 21:35:50 +0000
commit65fbd4a212264e9f5cc45d3a73fb8f25861a4320 (patch)
treec0e875d0e937205b7fb2b8794d54a28887e46d7c /test/Makefile.tests
parentf49764070de19cfa93570beaca7218c7e1efc50c (diff)
downloadllvm-65fbd4a212264e9f5cc45d3a73fb8f25861a4320.tar.gz
llvm-65fbd4a212264e9f5cc45d3a73fb8f25861a4320.tar.bz2
llvm-65fbd4a212264e9f5cc45d3a73fb8f25861a4320.tar.xz
Expose the analyzer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2768 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 5d854f98b4..27254ed93f 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -31,6 +31,7 @@ LGCCLD = $(TOOLS)/gccld -L/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm
LDIS = $(TOOLS)/dis
LOPT = $(TOOLS)/opt
LLINK = $(TOOLS)/link
+LANALYZE = $(TOOLS)/analyze
LCCFLAGS += -O2 -Wall
LLCFLAGS =