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:
bda28f7
)
Makefile change for IPO's that use the Datastructure analysis stuff
author
Chris Lattner
<sabre@nondot.org>
Thu, 28 Mar 2002 18:10:31 +0000
(18:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 28 Mar 2002 18:10:31 +0000
(18:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2015
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/opt/Makefile
patch
|
blob
|
history
diff --git
a/tools/opt/Makefile
b/tools/opt/Makefile
index 073cc0e527e049d2426b93f245d72599861a8d71..8a7fec4bfcb374f6ccce4a6648ed5dae86ee4cfc 100644
(file)
--- a/
tools/opt/Makefile
+++ b/
tools/opt/Makefile
@@
-1,7
+1,7
@@
LEVEL = ../..
TOOLNAME = opt
USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
- ipo ipa target analysis transforms vmcore support
+ ipo ipa
datastructure
target analysis transforms vmcore support
include $(LEVEL)/Makefile.common