mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +00:00
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
This commit is contained in:
parent
f24bfa7f79
commit
17167be948
@ -832,6 +832,20 @@ ignored</a>.</li>
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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">
|
<div class="doc_section">
|
||||||
<a name="additionalinfo">Additional Information</a>
|
<a name="additionalinfo">Additional Information</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user