projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135b75d
)
Added emitfuncs pass
author
Anand Shukla
<ashukla@cs.uiuc.edu>
Fri, 12 Jul 2002 20:12:59 +0000
(20:12 +0000)
committer
Anand 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
patch
|
blob
|
history
diff --git
a/tools/opt/Makefile
b/tools/opt/Makefile
index 9b1df54b85153af4517bb3d07eee58ef8073fc47..184070b326e3b63badc8d3e1683c49a40e4cd893 100644
(file)
--- 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