summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-05 19:17:10 +0000
committerChris Lattner <sabre@nondot.org>2003-10-05 19:17:10 +0000
commit35fccb7e424d7b72e411cee870cb43e23412c2d3 (patch)
tree1687b2f53dcdd028f667d3c29b0d1028add1dafd /docs
parentd324e2501c29d7b2c08fd968d497a479038ffe6f (diff)
downloadllvm-35fccb7e424d7b72e411cee870cb43e23412c2d3.tar.gz
llvm-35fccb7e424d7b72e411cee870cb43e23412c2d3.tar.bz2
llvm-35fccb7e424d7b72e411cee870cb43e23412c2d3.tar.xz
The sparc backend now support invoke, but still doesn't support unwind
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4ad4c9f495..1bca87dbe5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -294,9 +294,9 @@ affect the JIT.<p>
<!-- _______________________________________________________________________ -->
</ul><h4><a name="sparc-be"><hr size=0>Known problems with the Sparc back-end</h4><ul>
-<li>The Sparc code generator does not currently support the <tt>invoke</tt> or
-<tt>unwind</tt> instructions, so code produced by the C++ front-end and C code
-that calls the <tt>setjmp</tt> or <tt>longjmp</tt> functions will not compile.
+<li>The Sparc code generator does not currently support the <tt>unwind</tt>
+instruction, so code that throws a C++ exception or calls the C <tt>longjmp</tt>
+function will abort.<p>
<!-- _______________________________________________________________________ -->
@@ -345,6 +345,6 @@ via the mailing lists.<p>
<address>By: <a href="mailto:sabre@nondot.org">Chris Lattner</a></address>
<!-- Created: Wed Oct 1 17:38:54 CDT 2003 -->
<!-- hhmts start -->
-Last modified: Thu Oct 2 11:37:25 CDT 2003
+Last modified: Sun Oct 5 14:01:10 CDT 2003
<!-- hhmts end -->
</body></html>