From: Anand Shukla Date: Fri, 18 Jul 2003 16:25:40 +0000 (+0000) Subject: Added pass to instrument backedges for lightweight tracing X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e79b4f187572e3b28af3a18ad769b62e1709e448;p=oota-llvm.git 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 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 4c38c76dfec..da7ee0d2a57 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