Add a link to Bill's blog post.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Nov 2011 19:24:11 +0000 (19:24 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 29 Nov 2011 19:24:11 +0000 (19:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145419 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index faf9a4bd2b3dbe198b273f995bebe9ccdb1ec6b3..97471586dfb3e9aa937efc1421b11dd4d4c55237 100644 (file)
@@ -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.