From e79b4f187572e3b28af3a18ad769b62e1709e448 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 18 Jul 2003 16:25:40 +0000 Subject: [PATCH] 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 --- tools/opt/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1