summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-29 20:10:29 +0000
committerChris Lattner <sabre@nondot.org>2002-08-29 20:10:29 +0000
commite52e913626c1918775df5ccbcc819b5cc2a4ebbe (patch)
treef20880184c74a07b0f18c6ac8bc2399a335fd8ed /tools
parent04b9025450830e45aefae8be4f2a3411dbeea237 (diff)
downloadllvm-e52e913626c1918775df5ccbcc819b5cc2a4ebbe.tar.gz
llvm-e52e913626c1918775df5ccbcc819b5cc2a4ebbe.tar.bz2
llvm-e52e913626c1918775df5ccbcc819b5cc2a4ebbe.tar.xz
New datastructure analysis correctly uses TargetData
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3525 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/analyze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index 0889735e19..57152ac5cd 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
- datastructure transformutils.a vmcore support
+ datastructure target.a transformutils.a vmcore support
TOOLLINKOPTS = -ldl
include $(LEVEL)/Makefile.common