forked from OSchip/llvm-project
Add a section for PPC, though it's empty for now
llvm-svn: 17553
This commit is contained in:
parent
4c5a8055c9
commit
df925ce4cd
|
|
@ -23,6 +23,7 @@
|
|||
<li><a href="#c++-fe">Known problems with the C++ Front-end</a>
|
||||
<li><a href="#x86-be">Known problems with the X86 Back-end</a>
|
||||
<li><a href="#sparcv9-be">Known problems with the SparcV9 Back-end</a>
|
||||
<li><a href="#ppc-be">Known problems with the PowerPC Back-end</a>
|
||||
<li><a href="#c-be">Known problems with the C back-end</a>
|
||||
</ul></li>
|
||||
<li><a href="#additionalinfo">Additional Information</a></li>
|
||||
|
|
@ -572,6 +573,19 @@ several programs in the LLVM test suite</a></li>
|
|||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="ppc-be">Known problems with the PowerPC back-end</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<ul>
|
||||
<li>none yet</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="c-be">Known problems with the C back-end</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue