From bfd3a6afb06f30fa791090727538678c1067b450 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 28 Mar 2002 18:10:31 +0000 Subject: [PATCH] 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 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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