1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/runtime/GCCLibraries
Chris Lattner dfe6e0bea4 crtend is only for llvm-gcc3, remove it.
llvm-svn: 34529
2007-02-23 19:34:09 +00:00
..
libc Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
libgcc Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
libm Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00
Makefile crtend is only for llvm-gcc3, remove it. 2007-02-23 19:34:09 +00:00
README.txt Undo removal of the runtime libraries. While this may have been a bit 2006-11-17 03:32:33 +00:00

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.