summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2003-07-18 16:25:40 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2003-07-18 16:25:40 +0000
commite79b4f187572e3b28af3a18ad769b62e1709e448 (patch)
tree3fd9fda83b4a0ef81f68b4b334b4558300f67ef5 /tools/opt/Makefile
parent0df7ddbd31397356ef2ac0b44a2f188353ceeed9 (diff)
downloadllvm-e79b4f187572e3b28af3a18ad769b62e1709e448.tar.gz
llvm-e79b4f187572e3b28af3a18ad769b62e1709e448.tar.bz2
llvm-e79b4f187572e3b28af3a18ad769b62e1709e448.tar.xz
Added pass to instrument backedges for lightweight tracing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7202 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 4c38c76dfe..da7ee0d2a5 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -4,8 +4,7 @@ TOOLNAME = opt
USEDLIBS = bcreader bcwriter \
instrument profpaths scalaropts \
ipo ipa.a datastructure transforms target.a analysis \
- transformutils vmcore support
-
+ transformutils vmcore support instloops
TOOLLINKOPTS = $(PLATFORMLIBDL)
include $(LEVEL)/Makefile.common