1. Remove libraries no longer created from the list of libraries linked into the
authorJohn Criswell <criswell@uiuc.edu>
Wed, 26 Oct 2005 20:35:13 +0000 (20:35 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 26 Oct 2005 20:35:13 +0000 (20:35 +0000)
commite96a1a576becba35edc318b63ab85448d810854f
treecb1e498fd2e6d5f7171d3d3a521cedbd4cb128d0
parent2012cc013cd0ee3c64290f97bfaede4d4f154802
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24023 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
lib/Transforms/Utils/Makefile
tools/analyze/Makefile
tools/bugpoint/Makefile
tools/gccas/Makefile
tools/gccld/Makefile
tools/llc/Makefile
tools/llvm-extract/Makefile
tools/llvm-ld/Makefile
tools/opt/Makefile