diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:35:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-15 02:35:13 +0000 |
commit | 1641df43c64c6d37ab4e4a5b9710edbdc90c7661 (patch) | |
tree | 48b7ed151716172eda6e6c11e9f336a34df6854f /runtime | |
parent | 443ea946f1b079af00858b56ef4c5f8962b6c136 (diff) | |
download | external_llvm-1641df43c64c6d37ab4e4a5b9710edbdc90c7661.zip external_llvm-1641df43c64c6d37ab4e4a5b9710edbdc90c7661.tar.gz external_llvm-1641df43c64c6d37ab4e4a5b9710edbdc90c7661.tar.bz2 |
Initial checkin of README
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7861 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GCCLibraries/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/README.txt b/runtime/GCCLibraries/README.txt new file mode 100644 index 0000000..24890d2 --- /dev/null +++ b/runtime/GCCLibraries/README.txt @@ -0,0 +1,7 @@ +This directory contains libraries which are used when building the GCC +front-end. For the most part, these are just stub libraries, but some +of them contain actual code. + +In particular, the crtend library contains the runtime code to handle +static constructors and destructors for C and C++ programs. + |