From 40fd30c38b76d31543929936967c56c5d97ed761 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 5 Jan 2005 18:21:39 +0000 Subject: [PATCH] Add a missing
llvm-svn: 19297 --- 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