From 0ec220ca37776b5fa65d5dcc6f77473b62bd06f7 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Fri, 12 Jul 2002 20:12:59 +0000 Subject: [PATCH] Added emitfuncs pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2884 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 9b1df54b851..184070b326e 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 + ipo ipa datastructure transforms target analysis transformutils vmcore support emitfuncs include $(LEVEL)/Makefile.common