OSDN Git Service

Initial checkin of README
authorChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 02:35:13 +0000 (02:35 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Aug 2003 02:35:13 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7861 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/README.txt [new file with mode: 0644]

diff --git a/runtime/GCCLibraries/README.txt b/runtime/GCCLibraries/README.txt
new file mode 100644 (file)
index 0000000..24890d2
--- /dev/null
@@ -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.
+