diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-29 19:24:11 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-11-29 19:24:11 +0000 |
commit | 098c1d9680106a6147b1b6cf1272ca52d1c1f27e (patch) | |
tree | f2f3f7f2429aac8301f2bcf45d40268861273034 /llvm/docs | |
parent | 7623347f836a98db7eff4861398d013a295c18d2 (diff) | |
download | bcm5719-llvm-098c1d9680106a6147b1b6cf1272ca52d1c1f27e.tar.gz bcm5719-llvm-098c1d9680106a6147b1b6cf1272ca52d1c1f27e.zip |
Add a link to Bill's blog post.
llvm-svn: 145419
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index faf9a4bd2b3..97471586dfb 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -779,8 +779,9 @@ be used to verify some algorithms. </li> <li>The LLVM IR exception handling representation has been redesigned and reimplemented, making it more elegant, fixing a huge number of bugs, and - enabling inlining and other optimizations. Please see its blog post (XXX - not yet) and the <a href="ExceptionHandling.html">Exception Handling + enabling inlining and other optimizations. Please see its <a href= + "http://blog.llvm.org/2011/11/llvm-30-exception-handling-redesign.html">blog + post</a> and the <a href="ExceptionHandling.html">Exception Handling documentation</a> for more information.</li> <li>The LLVM IR Type system has been redesigned and reimplemented, making it faster and solving some long-standing problems. |