From: Anand Shukla Date: Tue, 26 Feb 2002 18:29:20 +0000 (+0000) Subject: Link in the PathProfiles library X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06e84ed49593778f4c7c47fc141e4395d93d3cdf;p=oota-llvm.git Link in the PathProfiles library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 882313a7655..f30a0094d69 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = opt -USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \ +USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \ ipo target analysis transforms vmcore support include $(LEVEL)/Makefile.common