From d593afcb5b65f150a9ac4467e3d523e688ce6383 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 5 Jan 2005 18:21:39 +0000 Subject: [PATCH] Add a missing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19297 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SystemLibrary.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1