summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-18 20:06:45 +0000
committerChris Lattner <sabre@nondot.org>2001-10-18 20:06:45 +0000
commit9effd69ca2fe4d20b8a0dcbf4f9d5d4a402c536d (patch)
tree121f555a29c0d928c64fee055d4bafc49606e9b3 /tools/opt/Makefile
parentc2c9dd1718c2677450da5a0d012ff1dcfb1525a0 (diff)
downloadllvm-9effd69ca2fe4d20b8a0dcbf4f9d5d4a402c536d.tar.gz
llvm-9effd69ca2fe4d20b8a0dcbf4f9d5d4a402c536d.tar.bz2
llvm-9effd69ca2fe4d20b8a0dcbf4f9d5d4a402c536d.tar.xz
Expose more xforms to the opt utility
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 604e4766e1..7998a29097 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument
+USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms
include $(LEVEL)/Makefile.common