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:
e0b5142
)
Removed emitfuncs: now its part of instrument library
author
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 18:59:55 +0000
(18:59 +0000)
committer
Anand Shukla
<ashukla@cs.uiuc.edu>
Tue, 16 Jul 2002 18:59:55 +0000
(18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2929
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/opt/Makefile
patch
|
blob
|
history
diff --git
a/tools/opt/Makefile
b/tools/opt/Makefile
index 184070b326e3b63badc8d3e1683c49a40e4cd893..9b1df54b85153af4517bb3d07eee58ef8073fc47 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
emitfuncs
+ ipo ipa datastructure transforms target analysis transformutils vmcore support
include $(LEVEL)/Makefile.common