[llvm-commits] [llvm] r156724 - /llvm/trunk/docs/ReleaseNotes.html

Gregory Szorc gregory.szorc at gmail.com
Sat May 12 14:12:22 PDT 2012


Author: gps
Date: Sat May 12 16:12:22 2012
New Revision: 156724

URL: http://llvm.org/viewvc/llvm-project?rev=156724&view=rev
Log:
Document Python bindings in release notes

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156724&r1=156723&r2=156724&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sat May 12 16:12:22 2012
@@ -664,6 +664,30 @@
 
 </div>
 
+
+<!--=========================================================================-->
+<h3>
+<a name="python">Python Bindings</a>
+</h3>
+
+<div>
+
+<p>Officially supported Python bindings have been added! Feature support is far
+from complete. The current bindings support interfaces to:</p>
+<ul>
+  <li>Object File Interface</li>
+  <li>Disassembler</li>
+</ul>
+
+<p>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.</p>
+
+<p>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.</p>
+
+</div>
+
 </div>
 
 <!-- *********************************************************************** -->





More information about the llvm-commits mailing list