From: Gregory Szorc
Date: Sat, 12 May 2012 21:12:22 +0000 (+0000)
Subject: Document Python bindings in release notes
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ca34749904c4a6877752f486f33017443fc9bc57;p=oota-llvm.git
Document Python bindings in release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156724 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1f2e2684d6e..11c95987204 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -664,6 +664,30 @@ syntax, there are still significant gaps in that support.
+
+
+
+
+
+
+
Officially supported Python bindings have been added! Feature support is far
+from complete. The current bindings support interfaces to:
+
+ - Object File Interface
+ - Disassembler
+
+
+
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.
+
+
+