diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-10 22:15:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-10 22:15:25 +0000 |
commit | 558c36729f8fb6606f06d034c5be6c83e4f4b509 (patch) | |
tree | d7d92f100e5e5e596dc724c266fd2b6b089429fd /docs | |
parent | f0390dfbc4748448700c6eaf533aef5a2993753e (diff) |
fix broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index c2c6c1eba3..910257dbdc 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -786,7 +786,7 @@ releases of LLVM.</p> <li>The new '<a href="http://llvm.org/doxygen/Triple_8h-source.html">Triple </a>' class centralizes a lot of logic that reasons about target triples.</li> -<li>The new '<a href="http://llvm.org/doxygen/ErrorHandling.h_8h-source.html"> +<li>The new '<a href="http://llvm.org/doxygen/ErrorHandling_8h-source.html"> llvm_report_error()</a>' set of APIs allows tools to embed the LLVM optimizer and backend and recover from previously unrecoverable errors.</li> <li>LLVM has new abstractions for <a |