aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-02-19 00:57:33 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-02-19 00:57:33 +0000
commit1fc595d3c7d186d8449cb225af15971c973852b6 (patch)
tree1882e85ac2922ef6bbacd94be1033b2e3a13bdfa
parent7f2c6994025266f6656a62abd7a5eddb8da77e5f (diff)
downloadllvm-1fc595d3c7d186d8449cb225af15971c973852b6.tar.gz
Add Go bindings to release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@229800 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index d769b348ab7..32e8295acdd 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -498,6 +498,12 @@ Changes to the OCaml bindings
* As usual, many more functions have been exposed to OCaml.
+Go bindings
+-----------
+
+* A set of Go bindings based on `gollvm <https://github.com/go-llvm/llvm>`_
+ was introduced in this release.
+
External Open Source Projects Using LLVM 3.6
============================================