[llvm-commits] CVS: llvm/docs/SystemLibrary.html
Reid Spencer
reid at x10sys.com
Wed Jan 5 10:21:50 PST 2005
Changes in directory llvm/docs:
SystemLibrary.html updated: 1.8 -> 1.9
---
Log message:
Add a missing <div>
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/SystemLibrary.html
diff -u llvm/docs/SystemLibrary.html:1.8 llvm/docs/SystemLibrary.html:1.9
--- llvm/docs/SystemLibrary.html:1.8 Wed Jan 5 12:17:10 2005
+++ llvm/docs/SystemLibrary.html Wed Jan 5 12:21:39 2005
@@ -94,6 +94,7 @@
<!-- ======================================================================= -->
<div class="doc_subsection"><a name="expose">Don't Expose System Headers</a>
</div>
+<div class="doc_text">
<p>The System Library must shield LLVM from <em>all</em> system headers. To
obtain system level functionality, LLVM source must
<tt>#include "llvm/System/Thing.h"</tt> and nothing else. This means that
@@ -103,8 +104,7 @@
</div>
<!-- ======================================================================= -->
-<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a>
-</div>
+<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a></div>
<div class="doc_text">
<p>The <em>standard</em> C headers (the ones beginning with "c") are allowed
to be exposed through the <tt>lib/System</tt> interface. These headers and
@@ -338,7 +338,7 @@
<a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/01/05 18:17:10 $
+ Last modified: $Date: 2005/01/05 18:21:39 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list