X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FSystemLibrary.rst;h=0d0f4fa994822d99c0cde1bf49f6512e32c7b8ef;hb=d8f59233d2bc9587950e22ed5294db6e9f1c9128;hp=3e83bd40b64962a99e5591cb8d85f7a027dc94ce;hpb=fee64eeb2839909a87c5e342571b7657f96ac808;p=oota-llvm.git diff --git a/docs/SystemLibrary.rst b/docs/SystemLibrary.rst index 3e83bd40b64..0d0f4fa9948 100644 --- a/docs/SystemLibrary.rst +++ b/docs/SystemLibrary.rst @@ -2,12 +2,9 @@ System Library ============== -.. sectionauthor:: Reid Spencer - Abstract ======== - This document provides some details on LLVM's System Library, located in the source at ``lib/System`` and ``include/llvm/System``. The library's purpose is to shield LLVM from the differences between operating systems for the few @@ -248,8 +245,3 @@ that was available or named pipes, or whatever gets the job done effectively for a given operating system. In all cases, the interface and the implementation must be semantically consistent. -Bug 351 -------- -See `bug 351 `_ for further details on the progress of -this work. -