diff options
author | Gregory Szorc <gregory.szorc@gmail.com> | 2012-05-12 21:12:22 +0000 |
---|---|---|
committer | Gregory Szorc <gregory.szorc@gmail.com> | 2012-05-12 21:12:22 +0000 |
commit | ca34749904c4a6877752f486f33017443fc9bc57 (patch) | |
tree | 7f635f3960debbcc035d372e7168c982c585c8e0 /docs/ReleaseNotes.html | |
parent | 29739e7d5fd0c1e085b072144d32272eeb2f8596 (diff) | |
download | external_llvm-ca34749904c4a6877752f486f33017443fc9bc57.zip external_llvm-ca34749904c4a6877752f486f33017443fc9bc57.tar.gz external_llvm-ca34749904c4a6877752f486f33017443fc9bc57.tar.bz2 |
Document Python bindings in release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156724 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1f2e268..11c9598 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -664,6 +664,30 @@ syntax, there are still significant gaps in that support.</p> </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> <!-- *********************************************************************** --> |