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
This commit is contained in:
Anand Shukla 2002-07-16 18:59:55 +00:00
parent e0b514259c
commit b3ce2f99fc

View File

@ -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