From 1641df43c64c6d37ab4e4a5b9710edbdc90c7661 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Aug 2003 02:35:13 +0000 Subject: [PATCH] Initial checkin of README git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7861 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runtime/GCCLibraries/README.txt diff --git a/runtime/GCCLibraries/README.txt b/runtime/GCCLibraries/README.txt new file mode 100644 index 00000000000..24890d2ef10 --- /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. +