Document a bug in the ocaml bindings has wrong linkage values.
authorErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 28 Sep 2009 04:42:55 +0000 (04:42 +0000)
committerErick Tryzelaar <idadesub@users.sourceforge.net>
Mon, 28 Sep 2009 04:42:55 +0000 (04:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82966 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index bd1d3cc2adf19dcbc978a17ba5872dc98cca9d42..1de4ae949c6ca950d9d8cfd5c1be0a720f0c64f6 100644 (file)
@@ -832,6 +832,20 @@ ignored</a>.</li>
 </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>