Home | History | Annotate | only in /external/llvm/runtime
Up to higher level directory
NameDateSize
CMakeLists.txt10-Oct-201294
libprofile/10-Oct-2012
LLVMBuild.txt10-Oct-2012663
Makefile10-Oct-2012806
README.txt10-Oct-2012300

README.txt

      1 This directory contains the various runtime libraries used by components of 
      2 the LLVM compiler.  For example, the automatic pool allocation transformation
      3 inserts calls to an external pool allocator library.  This runtime library is
      4 an example of the type of library that lives in these directories.
      5