summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-07-16 18:59:55 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-07-16 18:59:55 +0000
commitb3ce2f99fc89ca5370c10ce455f5f239070a7ffb (patch)
tree23ea758ad51f0a9dde04222a214fc447b731a163 /tools/opt/Makefile
parente0b514259c649e0363373da2b301ee92866d3a5d (diff)
downloadllvm-b3ce2f99fc89ca5370c10ce455f5f239070a7ffb.tar.gz
llvm-b3ce2f99fc89ca5370c10ce455f5f239070a7ffb.tar.bz2
llvm-b3ce2f99fc89ca5370c10ce455f5f239070a7ffb.tar.xz
Removed emitfuncs: now its part of instrument library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2929 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 184070b326..9b1df54b85 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -2,7 +2,7 @@ LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
- ipo ipa datastructure transforms target analysis transformutils vmcore support emitfuncs
+ ipo ipa datastructure transforms target analysis transformutils vmcore support
include $(LEVEL)/Makefile.common