mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
Added a README to point users to the documentation on the design of this
library which is a prerequisite for maintaining the library. llvm-svn: 14909
This commit is contained in:
parent
74807fe1a3
commit
38fe11e63e
14
include/llvm/System/README.txt
Normal file
14
include/llvm/System/README.txt
Normal file
@ -0,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.
|
Loading…
x
Reference in New Issue
Block a user