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 | d4f70053ae3345d40d405d4d437188a2c9d7647c (patch) | |
| tree | 1ed5fb668bc455965b3bf54a290f43fcdf698cce /llvm/docs | |
| parent | ab5809169217708e2737dd14dfa8f97130383e69 (diff) | |
| download | bcm5719-llvm-d4f70053ae3345d40d405d4d437188a2c9d7647c.tar.gz bcm5719-llvm-d4f70053ae3345d40d405d4d437188a2c9d7647c.zip | |
fix broken link
llvm-svn: 83738
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index c2c6c1eba34..910257dbdc9 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/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 |

