hanchenye-llvm-project/llvm/runtime/GCCLibraries
Reid Spencer a647c7ff42 Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.

llvm-svn: 28610
2006-06-01 01:30:27 +00:00
..
crtend For PR786: 2006-05-24 19:21:13 +00:00
libc Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
libgcc
libm For PR432: 2004-12-22 05:57:33 +00:00
Makefile
README.txt

README.txt

This directory contains libraries which are used when building the GCC 
front-end.  For the most part, these are just stub libraries, but some 
of them contain actual code.

In particular, the crtend library contains the runtime code to handle
static constructors and destructors for C and C++ programs.