From 24749c4d4e00d69842f71e4187f11bbf8f06fd86 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Aug 2002 22:17:28 +0000 Subject: [PATCH] Link in all analyses so that we get pointer analysis support built in llvm-svn: 3427 --- llvm/tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/opt/Makefile b/llvm/tools/opt/Makefile index 869ba26c0041..c696d4070e4c 100644 --- a/llvm/tools/opt/Makefile +++ b/llvm/tools/opt/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \ - ipo ipa.a datastructure.a transforms target.a analysis.a \ + ipo ipa.a datastructure.a transforms target.a analysis \ transformutils vmcore support TOOLLINKOPTS = -ldl