Link in the PathProfiles library
authorAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 26 Feb 2002 18:29:20 +0000 (18:29 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Tue, 26 Feb 2002 18:29:20 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1800 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 882313a7655fa9990445006f1a07ba04ae1b8671..f30a0094d69cc62a1f053fe50fe4daa9614aadd8 100644 (file)
@@ -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