blob: 2e2e547de316a8ee8326cb17a3b738cd1d1cd64b [file] [log] [blame]
Reid Spencer8b2e1412006-11-17 03:32:33 +00001This directory contains the various runtime libraries used by components of
2the LLVM compiler. For example, the automatic pool allocation transformation
3inserts calls to an external pool allocator library. This runtime library is
4an example of the type of library that lives in these directories.