freebsd-nq/runtime
Dimitry Andric 6144c1de6a Make vendor/llvm/dist exactly the same as upstream's r108428. Some
files and directories were already removed in the upstream repository,
but were not removed here, when the previous snapshot was imported.

Approved by:	rpaulo (mentor)
2010-09-16 17:02:26 +00:00
..
libprofile Make vendor/llvm/dist exactly the same as upstream's r108428. Some 2010-09-16 17:02:26 +00:00
Makefile Update LLVM to r103004. 2010-05-04 16:11:02 +00:00
README.txt Import LLVM, at r72732. 2009-06-02 17:52:33 +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.