aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-07 01:55:32 +0000
committerChris Lattner <sabre@nondot.org>2004-11-07 01:55:32 +0000
commitf32a5f5ccbddc065c0922ce4243050c36a6c15ea (patch)
tree39e54d7a994a108a900bd43003c5bb708b225300 /docs/ReleaseNotes.html
parent23c71305cf026da13cd25ab9baf85b0d2951e5e5 (diff)
downloadexternal_llvm-f32a5f5ccbddc065c0922ce4243050c36a6c15ea.zip
external_llvm-f32a5f5ccbddc065c0922ce4243050c36a6c15ea.tar.gz
external_llvm-f32a5f5ccbddc065c0922ce4243050c36a6c15ea.tar.bz2
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 875571c..d889cc2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>
@@ -574,6 +575,19 @@ several programs in the LLVM test suite</a></li>
<!-- ======================================================================= -->
<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>
</div>