summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-30 20:25:41 +0000
committerChris Lattner <sabre@nondot.org>2002-08-30 20:25:41 +0000
commitc619fa4ae5e548ecf59507f4c52ab4d7fb460ba2 (patch)
tree5e6b5bde14683f4d263d7145d4791c18747f7377 /tools/opt/Makefile
parent1b7fbef3d3479a18fd5715476c4b40be69ad0ce8 (diff)
downloadllvm-c619fa4ae5e548ecf59507f4c52ab4d7fb460ba2.tar.gz
llvm-c619fa4ae5e548ecf59507f4c52ab4d7fb460ba2.tar.bz2
llvm-c619fa4ae5e548ecf59507f4c52ab4d7fb460ba2.tar.xz
Link to analysis.o not analysis.a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3537 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