mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
895dd78652
what it's supposed to do. Just leave this library as a dummy library for now until we have time to port a real pthread library (or get glibc working). llvm-svn: 10368 |
||
---|---|---|
.. | ||
crtend | ||
libc | ||
libcurses | ||
libgcc | ||
libgdbm | ||
libm | ||
libmalloc | ||
libpthread | ||
libtermcap | ||
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.