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