diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-01 06:34:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-01 06:34:49 +0000 |
commit | ca7c896b16844532327f5d367bb7ce75981dc853 (patch) | |
tree | 2843c4dda4b36f06c1ce0c9e59561ee134dd5114 | |
parent | c663a6738460bfce20a019fa4a6e647b92073a1b (diff) | |
download | bcm5719-llvm-ca7c896b16844532327f5d367bb7ce75981dc853.tar.gz bcm5719-llvm-ca7c896b16844532327f5d367bb7ce75981dc853.zip |
add a note
llvm-svn: 115297
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 573fb4e1d3e..db395547e28 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |