summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 02:35:13 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 02:35:13 +0000
commit1641df43c64c6d37ab4e4a5b9710edbdc90c7661 (patch)
tree48b7ed151716172eda6e6c11e9f336a34df6854f /runtime
parent443ea946f1b079af00858b56ef4c5f8962b6c136 (diff)
downloadllvm-1641df43c64c6d37ab4e4a5b9710edbdc90c7661.tar.gz
llvm-1641df43c64c6d37ab4e4a5b9710edbdc90c7661.tar.bz2
llvm-1641df43c64c6d37ab4e4a5b9710edbdc90c7661.tar.xz
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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/README.txt b/runtime/GCCLibraries/README.txt
new file mode 100644
index 0000000000..24890d2ef1
--- /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.
+