Added emitfuncs pass
authorAnand Shukla <ashukla@cs.uiuc.edu>
Fri, 12 Jul 2002 20:12:59 +0000 (20:12 +0000)
committerAnand Shukla <ashukla@cs.uiuc.edu>
Fri, 12 Jul 2002 20:12:59 +0000 (20:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2884 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index 9b1df54b85153af4517bb3d07eee58ef8073fc47..184070b326e3b63badc8d3e1683c49a40e4cd893 100644 (file)
@@ -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