summaryrefslogtreecommitdiffstats
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
commit97ca0eacb15ecbebf7d01441eb87b7eadcebf3f6 (patch)
tree10b2a8495bd8e732542babe50e9985347f04b44b
parent64fd935489d5881ad5ce71008b0a1fbdec00ac75 (diff)
downloadbcm5719-llvm-97ca0eacb15ecbebf7d01441eb87b7eadcebf3f6.tar.gz
bcm5719-llvm-97ca0eacb15ecbebf7d01441eb87b7eadcebf3f6.zip
Makefile change for IPO's that use the Datastructure analysis stuff
llvm-svn: 2015
-rw-r--r--llvm/tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile
index 073cc0e527e..8a7fec4bfcb 100644
--- a/llvm/tools/opt/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud