diff options
-rw-r--r-- | test/Makefile.tests | 1 |
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 = |