diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:31:23 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:31:23 +0000 |
| commit | d750ca9595d8837668759616999fc861a6916877 (patch) | |
| tree | b8be94e27141f57c67def015cbe8349dcc94471c | |
| parent | 2a6b89bec5b7e64d4082b62d983e967b34e35338 (diff) | |
| download | bcm5719-llvm-d750ca9595d8837668759616999fc861a6916877.tar.gz bcm5719-llvm-d750ca9595d8837668759616999fc861a6916877.zip | |
Update readme
llvm-svn: 7859
| -rw-r--r-- | llvm/runtime/README.txt | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/llvm/runtime/README.txt b/llvm/runtime/README.txt index 7573628fdaf..2e2e547de31 100644 --- a/llvm/runtime/README.txt +++ b/llvm/runtime/README.txt @@ -1,25 +1,4 @@ -Date: Wed, 6 Nov 2002 14:05:32 -0600 (CST) -From: Chris Lattner <sabre@nondot.org> -To: LLVMdev List <llvmdev@cs.uiuc.edu> -Subject: What is test/Libraries? - -Hey everyone, - -There has recently been some confusion over what test/Libraries is and -what it is used for. The short answer is: it's used when building GCC, -not for tests, so you all shouldn't need to use it. - -test/Libraries contains the LLVM "system libraries", which are linked to -programs when the linker is run with the appropriate -l switch (for -example -lm links in the "math" library). In general, these libraries are -just stubbed out libraries, because noone has had the time to do a full -glibc port to LLVM. - -Problems arise because the makefiles have a number of hardcoded paths in -it that are used to copy files around and install the libraries, which -cause problems if anyone (except for me) uses them. I'm sorry a better -system isn't in place yet for these libraries, but if you just ignore -them, they won't cause you any harm. :) - --Chris - +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. |

