From 31360613cbe4865d4469401b829820292a77ce64 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 01:00:13 +0000 Subject: Use the new LinkAllAnalyses.h header instead of forcing passes to be in relinked object files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23922 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/analyze/Makefile') diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 74a6f4acbf..f5d492c82e 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -8,7 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis LLVMipa LLVMDataStructure \ +USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis.a LLVMipa.a \ + LLVMDataStructure.a \ LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \ LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a -- cgit v1.2.3