mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
4f9c81206b
llvm-svn: 7861
8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
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.
|
|
|