From: Chris Lattner Date: Wed, 21 Aug 2002 22:17:28 +0000 (+0000) Subject: Link in all analyses so that we get pointer analysis support built in X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8d64e17a83dedbb0179b589862adac44ab668e09;p=oota-llvm.git Link in all analyses so that we get pointer analysis support built in git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 869ba26c004..c696d4070e4 100644 --- a/tools/opt/Makefile +++ b/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