llvm-6502/runtime
Misha Brukman b8190e6b30 Fix grammar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20789 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-23 21:14:33 +00:00
..
GC For PR432: 2004-12-22 05:57:33 +00:00
GCCLibraries Fix grammar 2005-03-23 21:14:33 +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 Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. 2005-01-28 19:37:35 +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.