diff options
author | Peter Zotov <whitequark@whitequark.org> | 2013-11-26 21:12:53 +0000 |
---|---|---|
committer | Peter Zotov <whitequark@whitequark.org> | 2013-11-26 21:12:53 +0000 |
commit | 1fc07c81a31e192c6a01a8a54a7bc7b3954765b7 (patch) | |
tree | de3f761194fc9074fa71f2bf75c71f364e8c63d8 /docs | |
parent | f38d6740c6532c452983731521b8323d75fc4745 (diff) | |
download | external_llvm-1fc07c81a31e192c6a01a8a54a7bc7b3954765b7.zip external_llvm-1fc07c81a31e192c6a01a8a54a7bc7b3954765b7.tar.gz external_llvm-1fc07c81a31e192c6a01a8a54a7bc7b3954765b7.tar.bz2 |
Add a release note about OCaml bindings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 0607229..3c68bf2 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -84,6 +84,9 @@ Non-comprehensive list of changes in this release * Different sized pointers for different address spaces should now generally work. This is primarily useful for GPU targets. +* OCaml bindings have been significantly extended to cover almost all of the + LLVM libraries. + * ... next change ... .. NOTE |