summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-07-12 20:12:59 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-07-12 20:12:59 +0000
commit0ec220ca37776b5fa65d5dcc6f77473b62bd06f7 (patch)
tree7cac584173d28037e80a4debbb94d5535001c223 /tools/opt/Makefile
parent135b75db498e6eaba9f0ad675e7f86bd171cffb6 (diff)
downloadllvm-0ec220ca37776b5fa65d5dcc6f77473b62bd06f7.tar.gz
llvm-0ec220ca37776b5fa65d5dcc6f77473b62bd06f7.tar.bz2
llvm-0ec220ca37776b5fa65d5dcc6f77473b62bd06f7.tar.xz
Added emitfuncs pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2884 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 9b1df54b85..184070b326 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