summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:00:13 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:00:13 +0000
commit8f16bb6c3ca6a2b635440ca369b77d96180d8ed3 (patch)
tree87b47f499deb624b1327e48c6f984ecb73ff437e
parent1c5b428ff8234cef705bf57bc1418deb4db25c83 (diff)
downloadbcm5719-llvm-8f16bb6c3ca6a2b635440ca369b77d96180d8ed3.tar.gz
bcm5719-llvm-8f16bb6c3ca6a2b635440ca369b77d96180d8ed3.zip
Use the new LinkAllAnalyses.h header instead of forcing passes to be
in relinked object files llvm-svn: 23922
-rw-r--r--llvm/tools/analyze/Makefile3
-rw-r--r--llvm/tools/analyze/analyze.cpp1
2 files changed, 3 insertions, 1 deletions
diff --git a/llvm/tools/analyze/Makefile b/llvm/tools/analyze/Makefile
index 74a6f4acbf2..f5d492c82ec 100644
--- a/llvm/tools/analyze/Makefile
+++ b/llvm/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
diff --git a/llvm/tools/analyze/analyze.cpp b/llvm/tools/analyze/analyze.cpp
index 2e73e345e07..95e205912dd 100644
--- a/llvm/tools/analyze/analyze.cpp
+++ b/llvm/tools/analyze/analyze.cpp
@@ -21,6 +21,7 @@
#include "llvm/Bytecode/Reader.h"
#include "llvm/Assembly/Parser.h"
#include "llvm/Analysis/Verifier.h"
+#include "llvm/Analysis/LinkAllAnalyses.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Support/PassNameParser.h"
#include "llvm/System/Signals.h"
OpenPOWER on IntegriCloud