forked from OSchip/llvm-project
4b8067f37b
premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807 |
||
---|---|---|
.. | ||
crtend | ||
libc | ||
libgcc | ||
libm | ||
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.