Remove support for building LLVM libraries into "relinked"
authorChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 23:00:42 +0000 (23:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Jun 2009 23:00:42 +0000 (23:00 +0000)
commit6be926647d42e149fb7ef20554899d2fe9a2e80f
treef36a8431265dfd5297a771fc4a442015588a5f8b
parent1527f5442a5f169429ab5fc67f70a5d41de4735a
Remove support for building LLVM libraries into "relinked"
object files.  Now we always build LLVM libraries into archives (.a files).

This makes the 'make' build work more like the cmake build, among other
things.  Doing this exposed some latent circular library dependencies, so
I think that llvm-config wasn't quite right for .o files anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73579 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules
docs/MakefileGuide.html
tools/llvmc/driver/Makefile