diff options
author | Chris Lattner <sabre@nondot.org> | 2002-06-24 21:35:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-06-24 21:35:50 +0000 |
commit | 0da785168bca056a5dd2eb6e15b92ec8d715eac3 (patch) | |
tree | 710d13d4b5c77a923a1a63482b3184d2412bd2ea | |
parent | e2d7896d9bbed8a4a85e3ca6175d245eaa5a56a4 (diff) | |
download | bcm5719-llvm-0da785168bca056a5dd2eb6e15b92ec8d715eac3.tar.gz bcm5719-llvm-0da785168bca056a5dd2eb6e15b92ec8d715eac3.zip |
Expose the analyzer
llvm-svn: 2768
-rw-r--r-- | llvm/test/Makefile.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index 5d854f98b4b..27254ed93ff 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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 = |