From b3ce2f99fc89ca5370c10ce455f5f239070a7ffb Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Tue, 16 Jul 2002 18:59:55 +0000 Subject: 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 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt/Makefile') 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 -- cgit v1.2.3