From 43cb4edd8486074f41c8f2e1dda4ada23bbda9cf Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Sat, 12 May 2012 21:12:22 +0000 Subject: [PATCH] Document Python bindings in release notes llvm-svn: 156724 --- llvm/docs/ReleaseNotes.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1f2e2684d6e7..11c95987204d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -664,6 +664,30 @@ syntax, there are still significant gaps in that support.

+ + +

+Python Bindings +

+ +
+ +

Officially supported Python bindings have been added! Feature support is far +from complete. The current bindings support interfaces to:

+ + +

Using the Object File Interface, it is possible to inspect binary object files. +Think of it as a Python version of readelf or llvm-objdump.

+ +

Support for additional features is currently being developed by community +contributors. If you are interested in shaping the direction of the Python +bindings, please express your intent on IRC or the developers list.

+ +
+