mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
2e81f1ee04
* Make catch_begin() produce a pointer that must be passed to catch_end() * Eliminate the caught exception stack. * Add optional debugging code that may be turned on. llvm-svn: 8184 |
||
---|---|---|
.. | ||
crtend | ||
libc | ||
libexception | ||
libgcc | ||
libm | ||
libmalloc | ||
libucb | ||
libutempter | ||
libutil | ||
Makefile | ||
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.