From: Anand Shukla Date: Tue, 16 Jul 2002 18:59:55 +0000 (+0000) Subject: Removed emitfuncs: now its part of instrument library X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b3ce2f99fc89ca5370c10ce455f5f239070a7ffb;p=oota-llvm.git 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 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 184070b326e..9b1df54b851 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