From: Chris Lattner Date: Thu, 28 Mar 2002 18:10:31 +0000 (+0000) Subject: Makefile change for IPO's that use the Datastructure analysis stuff X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bfd3a6afb06f30fa791090727538678c1067b450;p=oota-llvm.git 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 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 073cc0e527e..8a7fec4bfcb 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