[llvm-commits] [llvm] r73579 - in /llvm/trunk: Makefile.rules docs/MakefileGuide.html tools/llvmc/driver/Makefile

Sylvere Teissier st at invia.fr
Wed Jun 17 06:54:36 PDT 2009


Le mardi 16 juin 2009 à 23:00 +0000, Chris Lattner a écrit :
> Author: lattner
> Date: Tue Jun 16 18:00:42 2009
> New Revision: 73579
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=73579&view=rev
> Log:
> 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.

Furthermore, llvmc seems to be broken in my config.
It doesn't contains clang and base plugins, or is it intentional ?





More information about the llvm-commits mailing list