[llvm-commits] [llvm] r82966 - /llvm/trunk/docs/ReleaseNotes-2.6.html

Erick Tryzelaar idadesub at users.sourceforge.net
Sun Sep 27 21:42:55 PDT 2009


Author: erickt
Date: Sun Sep 27 23:42:55 2009
New Revision: 82966

URL: http://llvm.org/viewvc/llvm-project?rev=82966&view=rev
Log:
Document a bug in the ocaml bindings has wrong linkage values.

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=82966&r1=82965&r2=82966&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Sep 27 23:42:55 2009
@@ -832,6 +832,20 @@
 </ul>
 </div>
 
+<!-- ======================================================================= -->
+<div class="doc_subsection">
+	<a name="ocaml-bindingse">Known problems with the O'Caml bindings</a>
+</div>
+
+<div class="doc_text">
+
+<p>The Llvm.Linkage module is broken, and has incorrect values. Only
+Llvm.Linkage.External, Llvm.Linkage.Available_externally, and
+Llvm.Linkage.Link_once 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