[llvm-commits] CVS: llvm/runtime/GCCLibraries/Makefile README.txt

Reid Spencer reid at x10sys.com
Thu Nov 16 19:33:06 PST 2006



Changes in directory llvm/runtime/GCCLibraries:

Makefile updated: 1.9 -> 1.10
README.txt updated: 1.2 -> 1.3
---
Log message:

Undo removal of the runtime libraries. While this may have been a bit
premature, these libraries will be going away for the 2.0 release. Other
arrangements for profiling, gc, etc. should be made in the next few months.


---
Diffs of the changes:  (+19 -0)

 Makefile   |   12 ++++++++++++
 README.txt |    7 +++++++
 2 files changed, 19 insertions(+)


Index: llvm/runtime/GCCLibraries/Makefile
diff -u /dev/null llvm/runtime/GCCLibraries/Makefile:1.10
--- /dev/null	Thu Nov 16 21:32:43 2006
+++ llvm/runtime/GCCLibraries/Makefile	Thu Nov 16 21:32:33 2006
@@ -0,0 +1,12 @@
+##===- runtime/GCCLibraries/Makefile -----------------------*- Makefile -*-===##
+# 
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+##===----------------------------------------------------------------------===##
+
+LEVEL := ../..
+PARALLEL_DIRS := crtend libc libgcc libm 
+include $(LEVEL)/Makefile.common


Index: llvm/runtime/GCCLibraries/README.txt
diff -u /dev/null llvm/runtime/GCCLibraries/README.txt:1.3
--- /dev/null	Thu Nov 16 21:33:06 2006
+++ llvm/runtime/GCCLibraries/README.txt	Thu Nov 16 21:32:33 2006
@@ -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.
+






More information about the llvm-commits mailing list