diff options
author | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-09-28 04:42:55 +0000 |
---|---|---|
committer | Erick Tryzelaar <idadesub@users.sourceforge.net> | 2009-09-28 04:42:55 +0000 |
commit | 17167be9487025c90ed79ccc7d09f684be8a797a (patch) | |
tree | f5c769e4d44dcb658e8e125150502cabd9976e0f | |
parent | f24bfa7f794300e6889191e18d79f27db2829421 (diff) |
Document a bug in the ocaml bindings has wrong linkage values.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82966 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index bd1d3cc2ad..1de4ae949c 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -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> |