summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-18 06:05:15 +0000
committerChris Lattner <sabre@nondot.org>2001-10-18 06:05:15 +0000
commit0eafc31684d6c512c6a56868031b8c1cc4ab4ed6 (patch)
treee9ca4aef146a11cd8e489ccca9af88ffa0ccf22e /tools/opt/Makefile
parent4457163bc40b5ef94fb478f7c33dce6a51fa8d01 (diff)
downloadllvm-0eafc31684d6c512c6a56868031b8c1cc4ab4ed6.tar.gz
llvm-0eafc31684d6c512c6a56868031b8c1cc4ab4ed6.tar.bz2
llvm-0eafc31684d6c512c6a56868031b8c1cc4ab4ed6.tar.xz
Add support to insert trace code as an "optimization"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@884 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 d374f0a76d..604e4766e1 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support
+USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument
include $(LEVEL)/Makefile.common