llvm-6502/runtime
2004-12-08 04:22:47 +00:00
..
GC Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
GCCLibraries Remove useless -L switch now that gccld -link-as-library bug is fixed. 2004-12-08 04:22:47 +00:00
libdummy Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libprofile Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
libtrace Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
Makefile Remove the clean target. 2004-10-23 08:01:27 +00:00
README.txt Update readme 2003-08-15 02:31:23 +00:00

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.