summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-02-26 18:29:20 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-02-26 18:29:20 +0000
commit06e84ed49593778f4c7c47fc141e4395d93d3cdf (patch)
treeb3a7396c5704f0ffef46b7a8e8528481f3b40cba /tools/opt/Makefile
parentfb1d93c716933a2e2a88cb10dd1e179894faedad (diff)
downloadllvm-06e84ed49593778f4c7c47fc141e4395d93d3cdf.tar.gz
llvm-06e84ed49593778f4c7c47fc141e4395d93d3cdf.tar.bz2
llvm-06e84ed49593778f4c7c47fc141e4395d93d3cdf.tar.xz
Link in the PathProfiles library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1800 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 882313a765..f30a0094d6 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