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
This commit is contained in:
Peter Zotov 2013-11-26 21:12:53 +00:00
parent f38d6740c6
commit 1fc07c81a3

View File

@ -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