1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/runtime
Chris Lattner 2200720a89 Continue the implementation
llvm-svn: 13818
2004-05-27 05:51:31 +00:00
..
GC Continue the implementation 2004-05-27 05:51:31 +00:00
GCCLibraries
libdummy
libpng
libprofile Share the profile info type enum with the C++ analysis libraries. 2004-05-04 16:51:48 +00:00
libtrace
zlib
Makefile Build the garbage collectors 2004-05-23 21:26:29 +00:00
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.