summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-01 06:34:49 +0000
committerChris Lattner <sabre@nondot.org>2010-10-01 06:34:49 +0000
commite0518449c7aa87e0bedb7178d37572797af37bac (patch)
tree29ceb0fc914c0146e3cff8abdcf7a881154b68a2 /docs
parent6eff75104e660bae5b28963190a6940eeecb7484 (diff)
downloadllvm-e0518449c7aa87e0bedb7178d37572797af37bac.tar.gz
llvm-e0518449c7aa87e0bedb7178d37572797af37bac.tar.bz2
llvm-e0518449c7aa87e0bedb7178d37572797af37bac.tar.xz
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115297 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 573fb4e1d3..db395547e2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -441,6 +441,21 @@ uses LLVM as its backend.</p>
</div>
+<!--=========================================================================-->
+<div class="doc_subsection">
+<a name="llvm-py">llvm-py Python Bindings for LLVM</a>
+</div>
+
+<div class="doc_text">
+<p>
+<a href="http://www.mdevan.org/llvm-py/">llvm-py</a> has been updated to work
+with LLVM 2.8. llvm-py provides Python bindings for LLVM, allowing you to write a
+compiler backend or a VM in Python.</p>
+
+</div>
+
+
+
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="whatsnew">What's New in LLVM 2.8?</a>