forked from OSchip/llvm-project
8266b4c548
Add missing function comments llvm-svn: 8236 |
||
---|---|---|
.. | ||
crtend | ||
libc | ||
libcurses | ||
libexception | ||
libgcc | ||
libm | ||
libmalloc | ||
libtermcap | ||
libucb | ||
libutempter | ||
libutil | ||
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.