diff options
| author | John Criswell <criswell@uiuc.edu> | 2005-10-26 20:35:13 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2005-10-26 20:35:13 +0000 |
| commit | 94b7bea73315dcc4c6aa8c8690fb606f00e9435f (patch) | |
| tree | b512af41c3b64c27d76a398d5dd8b015bce9d177 /llvm/tools/llvm-extract | |
| parent | 381cab36edbc2b426b847ba09a6d9f0a10114ee9 (diff) | |
| download | bcm5719-llvm-94b7bea73315dcc4c6aa8c8690fb606f00e9435f.tar.gz bcm5719-llvm-94b7bea73315dcc4c6aa8c8690fb606f00e9435f.zip | |
1. Remove libraries no longer created from the list of libraries linked into the
SparcV9 JIT.
2. Make LLVMTransformUtils a relinked object file and always link it before
LLVMAnalysis.a. These two libraries have circular dependencies on each
other which creates problem when building the SparcV9 JIT. This change
fixes the dependency on all platforms problems with a minimum of fuss.
llvm-svn: 24023
Diffstat (limited to 'llvm/tools/llvm-extract')
| -rw-r--r-- | llvm/tools/llvm-extract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-extract/Makefile b/llvm/tools/llvm-extract/Makefile index 80a90fa41a8..69e7e7f9279 100644 --- a/llvm/tools/llvm-extract/Makefile +++ b/llvm/tools/llvm-extract/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = llvm-extract USEDLIBS = LLVMBCReader LLVMBCWriter LLVMTransforms.a LLVMipo.a LLVMTarget.a \ - LLVMAnalysis.a LLVMTransformUtils.a LLVMipa.a \ + LLVMAnalysis.a LLVMTransformUtils LLVMipa.a \ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |

