llvm-mirror/runtime
Reid Spencer 5c84750d29 For PR466:
Much of what this Makefile did to make a libcrtend.a file is now supported
by Makefile.rules when BYTECODE_LIBRARY=1 is specified. So, we've
simplified the make rules for building this library.

llvm-svn: 18426
2004-12-02 09:29:49 +00:00
..
GC Add EXTRA_DIST for additional files to be distributed. 2004-10-26 03:12:11 +00:00
GCCLibraries For PR466: 2004-12-02 09:29:49 +00:00
libdummy We won't use automake 2004-10-22 03:35:04 +00:00
libprofile Remove this left-over crud from the automake experiment. 2004-12-02 09:23:51 +00:00
libtrace We're not doing automake any more 2004-10-22 21:02:23 +00:00
Makefile Remove the clean target. 2004-10-23 08:01:27 +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.