llvm-6502/tools/llvmc
Chris Lattner 6be926647d 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
2009-06-16 23:00:42 +00:00
..
doc Documentation update. 2009-06-16 00:13:52 +00:00
driver Remove support for building LLVM libraries into "relinked" 2009-06-16 23:00:42 +00:00
example A basic PIC16 toolchain driver. 2009-06-07 07:08:01 +00:00
plugins Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
CMakeLists.txt Reorganize llvmc code. 2009-03-02 09:01:14 +00:00
Makefile Add example/Skeleton. 2009-03-03 11:02:48 +00:00