mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
5c84750d29
Much of what this Makefile did to make a libcrtend.a file is now supported by Makefile.rules when BYTECODE_LIBRARY=1 is specified. So, we've simplified the make rules for building this library. llvm-svn: 18426 |
||
---|---|---|
.. | ||
GC | ||
GCCLibraries | ||
libdummy | ||
libprofile | ||
libtrace | ||
Makefile | ||
README.txt |
This directory contains the various runtime libraries used by components of the LLVM compiler. For example, the automatic pool allocation transformation inserts calls to an external pool allocator library. This runtime library is an example of the type of library that lives in these directories.