1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-16 05:41:45 +00:00

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

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