X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FSystemLibrary.html;h=b02c7869d77378eb0fbf6377b9c06bb7f09aa6a3;hb=2a6a6457094e05e5f5ab34f90dbd25c13d61f8b5;hp=8dbb0d67d32ab8fe06d6417cdc4e5cdca52c39b9;hpb=0c004859f5e55004e2409113d937d2f14fe8e2e0;p=oota-llvm.git diff --git a/docs/SystemLibrary.html b/docs/SystemLibrary.html index 8dbb0d67d32..b02c7869d77 100644 --- a/docs/SystemLibrary.html +++ b/docs/SystemLibrary.html @@ -32,7 +32,7 @@
-

Written by Reid Spencer

+

Written by Reid Spencer

@@ -94,6 +94,7 @@
Don't Expose System Headers
+

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 @@

-
Use Standard C Headers -
+
Use Standard C Headers

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

Bug 351
-

See bug 351 +

See bug 351 for further details on the progress of this work

@@ -337,7 +337,7 @@ src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"> Reid Spencer
- LLVM Compiler Infrastructure
+ LLVM Compiler Infrastructure
Last modified: $Date$