summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-28 18:10:31 +0000
committerChris Lattner <sabre@nondot.org>2002-03-28 18:10:31 +0000
commitbfd3a6afb06f30fa791090727538678c1067b450 (patch)
treefaa81a2a4978ab3f275cc7e058e64da6526c3ae8 /tools/opt/Makefile
parentbda28f7c2aaae557c56a602117670263c8608a84 (diff)
downloadllvm-bfd3a6afb06f30fa791090727538678c1067b450.tar.gz
llvm-bfd3a6afb06f30fa791090727538678c1067b450.tar.bz2
llvm-bfd3a6afb06f30fa791090727538678c1067b450.tar.xz
Makefile change for IPO's that use the Datastructure analysis stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2015 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 073cc0e527..8a7fec4bfc 100644
--- 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