From: Reid Spencer Date: Wed, 5 Jan 2005 18:21:39 +0000 (+0000) Subject: Add a missing
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d593afcb5b65f150a9ac4467e3d523e688ce6383;p=oota-llvm.git Add a missing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SystemLibrary.html b/docs/SystemLibrary.html index 8dbb0d67d32..8d856885419 100644 --- a/docs/SystemLibrary.html +++ b/docs/SystemLibrary.html @@ -94,6 +94,7 @@ +

The System Library must shield LLVM from all system headers. To obtain system level functionality, LLVM source must #include "llvm/System/Thing.h" and nothing else. This means that @@ -103,8 +104,7 @@

- +

The standard C headers (the ones beginning with "c") are allowed to be exposed through the lib/System interface. These headers and