summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2010-04-01 01:53:24 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2010-04-01 01:53:24 +0000
commit221ae138ee0fc70f1f675cb54f133bc25bd23d05 (patch)
tree86cb7168ece0bea2978f482042b21a30671e0286 /docs/ReleaseNotes.html
parent4e5f38ec6ba730de87b87c8f8387209238f2609e (diff)
downloadllvm-221ae138ee0fc70f1f675cb54f133bc25bd23d05.tar.gz
llvm-221ae138ee0fc70f1f675cb54f133bc25bd23d05.tar.bz2
llvm-221ae138ee0fc70f1f675cb54f133bc25bd23d05.tar.xz
There are no known O'Caml problems at the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b806bdcae3..b36e2ed590 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1026,20 +1026,6 @@ ignored</a>.</li>
</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>