[llvm-commits] CVS: llvm/include/llvm/System/README.txt

LLVM llvm at cs.uiuc.edu
Sat Jul 17 01:40:04 PDT 2004



Changes in directory llvm/include/llvm/System:

README.txt added (r1.1)

---
Log message:

Added a README to point users to the documentation on the design of this
library which is a prerequisite for maintaining the library.


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

Index: llvm/include/llvm/System/README.txt
diff -c /dev/null llvm/include/llvm/System/README.txt:1.1
*** /dev/null	Sat Jul 17 03:40:04 2004
--- llvm/include/llvm/System/README.txt	Sat Jul 17 03:39:53 2004
***************
*** 0 ****
--- 1,14 ----
+ System Utilities Interface
+ ==========================
+ 
+ The design of this library has several key constraints aimed at shielding LLVM
+ from the vagaries of operating system differences. The goal here is to provide
+ interfaces to operating system concepts (files, memory maps, sockets, signals,
+ locking, etc) efficiently and in such a way that the remainder of LLVM is
+ completely operating system agnostic. 
+ 
+ PLEASE READ AND COMPREHEND FULLY THE DOCUMENTATION in 
+ 
+ llvm/docs/SystemLibrary.html 
+ 
+ before making changes to this library.





More information about the llvm-commits mailing list