diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-28 18:10:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-28 18:10:31 +0000 |
commit | bfd3a6afb06f30fa791090727538678c1067b450 (patch) | |
tree | faa81a2a4978ab3f275cc7e058e64da6526c3ae8 /tools/opt | |
parent | bda28f7c2aaae557c56a602117670263c8608a84 (diff) | |
download | external_llvm-bfd3a6afb06f30fa791090727538678c1067b450.zip external_llvm-bfd3a6afb06f30fa791090727538678c1067b450.tar.gz external_llvm-bfd3a6afb06f30fa791090727538678c1067b450.tar.bz2 |
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')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 073cc0e..8a7fec4 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 |