llvm-6502/runtime
2005-01-13 16:53:05 +00:00
..
GC For PR432: 2004-12-22 05:57:33 +00:00
GCCLibraries Remove dead directories 2005-01-02 22:55:16 +00:00
libdummy For PR432: 2004-12-22 05:57:33 +00:00
libprofile Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by 2005-01-13 16:53:05 +00:00
libtrace For PR432: 2004-12-22 05:57:33 +00:00
Makefile Re-enable libprofile now that llvm-ar is working better. 2005-01-13 16:51:19 +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.