mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Add a section for PPC, though it's empty for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17553 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23c71305cf
commit
f32a5f5ccb
@ -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
Block a user