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 | 43cb4edd8486074f41c8f2e1dda4ada23bbda9cf (patch) | |
| tree | 571fcd62e0288e7ad42877f494c5b11f90d688a2 /llvm/docs | |
| parent | 29c2b4330ce07a7af7452cf3ad2528d0e31952b0 (diff) | |
| download | bcm5719-llvm-43cb4edd8486074f41c8f2e1dda4ada23bbda9cf.tar.gz bcm5719-llvm-43cb4edd8486074f41c8f2e1dda4ada23bbda9cf.zip | |
Document Python bindings in release notes
llvm-svn: 156724
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1f2e2684d6e..11c95987204 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> <!-- *********************************************************************** --> |

