diff options
author | John Criswell <criswell@uiuc.edu> | 2005-10-27 15:54:34 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-10-27 15:54:34 +0000 |
commit | fe5f33b120376d0fe3dbbbc84be0783ddcd0be7b (patch) | |
tree | b228cf783c13f7c9ba39ff7a3f7b50a70d689bd1 /llvm/tools/gccld | |
parent | 4b6d583d7a22d339a026b4f3602a4861681d3bab (diff) | |
download | bcm5719-llvm-fe5f33b120376d0fe3dbbbc84be0783ddcd0be7b.tar.gz bcm5719-llvm-fe5f33b120376d0fe3dbbbc84be0783ddcd0be7b.zip |
Move some constant folding code shared by Analysis and Transform passes
into the LLVMAnalysis library.
This allows LLVMTranform and LLVMTransformUtils to be archives and linked
with LLVMAnalysis.a, which provides any missing definitions.
llvm-svn: 24036
Diffstat (limited to 'llvm/tools/gccld')
-rw-r--r-- | llvm/tools/gccld/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/Makefile b/llvm/tools/gccld/Makefile index e55a85e8f67..96e73d68713 100644 --- a/llvm/tools/gccld/Makefile +++ b/llvm/tools/gccld/Makefile @@ -11,7 +11,7 @@ LEVEL = ../.. TOOLNAME = gccld USEDLIBS = LLVMipo.a LLVMTransforms.a LLVMScalarOpts.a LLVMAnalysis.a \ - LLVMipa.a LLVMTransformUtils LLVMTarget.a LLVMLinker.a \ + LLVMipa.a LLVMTransformUtils.a LLVMTarget.a LLVMLinker.a \ LLVMArchive.a LLVMBCReader LLVMBCWriter \ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a |