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

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 21:36:02 PDT 2003


Changes in directory llvm/runtime/GCCLibraries:

README.txt added (r1.1)

---
Log message:

Initial checkin of README


---
Diffs of the changes:

Index: llvm/runtime/GCCLibraries/README.txt
diff -c /dev/null llvm/runtime/GCCLibraries/README.txt:1.1
*** /dev/null	Thu Aug 14 21:35:23 2003
--- llvm/runtime/GCCLibraries/README.txt	Thu Aug 14 21:35:13 2003
***************
*** 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