[llvm.py] Implement interface to object files
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 10 Mar 2012 04:41:24 +0000 (04:41 +0000)
committerGregory Szorc <gregory.szorc@gmail.com>
Sat, 10 Mar 2012 04:41:24 +0000 (04:41 +0000)
commit61e22cd85cd4c84fff391da67018c92bf21a8e19
tree9f3f6b06d25b5735247ea51b665ed16a858cab3b
parent51cf8661637c114e4b4f178bd2677a6bb246be0d
[llvm.py] Implement interface to object files

It is now possible to load object files and scan over sections, symbols,
and relocations! Includes test code with partial coverage.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152482 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/README.txt
bindings/python/llvm/common.py
bindings/python/llvm/core.py
bindings/python/llvm/object.py
bindings/python/llvm/tests/__init__.py [new file with mode: 0644]
bindings/python/llvm/tests/base.py [new file with mode: 0644]
bindings/python/llvm/tests/test_core.py [new file with mode: 0644]
bindings/python/llvm/tests/test_object.py [new file with mode: 0644]
bindings/python/tests/test_core.py [deleted file]
bindings/python/tests/test_object.py [deleted file]