1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/runtime
Alkis Evlogimenos 1790a73dc5 Eliminate warnings
llvm-svn: 13704
2004-05-23 23:02:35 +00:00
..
GC Eliminate warnings 2004-05-23 23:02:35 +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 Fit comment into 80 cols. 2004-04-16 17:13:52 +00:00
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.