diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-14 04:12:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-14 04:12:41 +0000 |
commit | 3a51be17f321768a159a23e43bbfa8d9c5f7389d (patch) | |
tree | 23afb93a9340df3006d334ecf66b75edf6c6a01f /docs/ReleaseNotes.html | |
parent | 10610646cbe02d5a018ddc1092f3b17e6325a94d (diff) |
These should be mentioned
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5d88c7ea42..54bab5dc80 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -99,6 +99,7 @@ In this release, the following missing features were implemented: <ol> <li><a href="http://llvm.cs.uiuc.edu/PR16">Exception handling support in the X86 & Sparc native code generators</a></li> +<li>The C/C++ front-end now support the GCC <tt>__builtin_return_address</tt> and <tt>__builtin_frame_address</tt> extensions.</li> </ol> @@ -450,9 +451,7 @@ Please report any bugs or problems.</p> </div> <!-- _______________________________________________________________________ --> -<div class="doc_subsubsection"> - Bugs -</div> +<div class="doc_subsubsection">Bugs</div> <div class="doc_text"> |