[llvm-commits] [llvm] r83738 - /llvm/trunk/docs/ReleaseNotes-2.6.html
Chris Lattner
sabre at nondot.org
Sat Oct 10 15:15:26 PDT 2009
Author: lattner
Date: Sat Oct 10 17:15:25 2009
New Revision: 83738
URL: http://llvm.org/viewvc/llvm-project?rev=83738&view=rev
Log:
fix broken link
Modified:
llvm/trunk/docs/ReleaseNotes-2.6.html
Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83738&r1=83737&r2=83738&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sat Oct 10 17:15:25 2009
@@ -786,7 +786,7 @@
<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
More information about the llvm-commits
mailing list