From e0518449c7aa87e0bedb7178d37572797af37bac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Oct 2010 06:34:49 +0000 Subject: add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115297 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') 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.

+ +
+llvm-py Python Bindings for LLVM +
+ +
+

+llvm-py 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.

+ +
+ + +
What's New in LLVM 2.8? -- cgit v1.2.3