mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Add a missing <div>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c004859f5
commit
d593afcb5b
@ -94,6 +94,7 @@
|
|||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<div class="doc_subsection"><a name="expose">Don't Expose System Headers</a>
|
<div class="doc_subsection"><a name="expose">Don't Expose System Headers</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="doc_text">
|
||||||
<p>The System Library must shield LLVM from <em>all</em> system headers. To
|
<p>The System Library must shield LLVM from <em>all</em> system headers. To
|
||||||
obtain system level functionality, LLVM source must
|
obtain system level functionality, LLVM source must
|
||||||
<tt>#include "llvm/System/Thing.h"</tt> and nothing else. This means that
|
<tt>#include "llvm/System/Thing.h"</tt> and nothing else. This means that
|
||||||
@ -103,8 +104,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ======================================================================= -->
|
<!-- ======================================================================= -->
|
||||||
<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a>
|
<div class="doc_subsection"><a name="c_headers">Use Standard C Headers</a></div>
|
||||||
</div>
|
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
<p>The <em>standard</em> C headers (the ones beginning with "c") are allowed
|
<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
|
to be exposed through the <tt>lib/System</tt> interface. These headers and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user