summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-21 22:17:28 +0000
committerChris Lattner <sabre@nondot.org>2002-08-21 22:17:28 +0000
commit8d64e17a83dedbb0179b589862adac44ab668e09 (patch)
tree8743c674e00d650993155295dcdc1a7ad9d4e3d3 /tools/opt/Makefile
parent789bc8426249c3427e7caa7ba7c3ace4400ab2b0 (diff)
downloadllvm-8d64e17a83dedbb0179b589862adac44ab668e09.tar.gz
llvm-8d64e17a83dedbb0179b589862adac44ab668e09.tar.bz2
llvm-8d64e17a83dedbb0179b589862adac44ab668e09.tar.xz
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
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 869ba26c00..c696d4070e 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