[llvm-commits] [llvm] r100076 - /llvm/trunk/docs/ReleaseNotes.html

Erick Tryzelaar idadesub at users.sourceforge.net
Wed Mar 31 18:53:24 PDT 2010


Author: erickt
Date: Wed Mar 31 20:53:24 2010
New Revision: 100076

URL: http://llvm.org/viewvc/llvm-project?rev=100076&view=rev
Log:
There are no known O'Caml problems at the moment.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=100076&r1=100075&r2=100076&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Mar 31 20:53:24 2010
@@ -1026,20 +1026,6 @@
 </ul>
 </div>
 
-<!-- ======================================================================= -->
-<div class="doc_subsection">
-	<a name="ocaml-bindings">Known problems with the O'Caml bindings</a>
-</div>
-
-<div class="doc_text">
-
-<p>The <tt>Llvm.Linkage</tt> module is broken, and has incorrect values. Only
-<tt>Llvm.Linkage.External</tt>, <tt>Llvm.Linkage.Available_externally</tt>, and
-<tt>Llvm.Linkage.Link_once</tt> will be correct. If you need any of the other linkage
-modes, you'll have to write an external C library in order to expose the
-functionality. This has been fixed in the trunk.</p>
-</div>
-
 <!-- *********************************************************************** -->
 <div class="doc_section">
   <a name="additionalinfo">Additional Information</a>





More information about the llvm-commits mailing list