From: Chris Lattner Date: Mon, 24 Jun 2002 21:35:50 +0000 (+0000) Subject: Expose the analyzer X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=65fbd4a212264e9f5cc45d3a73fb8f25861a4320;p=oota-llvm.git Expose the analyzer git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2768 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index 5d854f98b4b..27254ed93ff 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 =