[llvm.py] Implement disassembler interface
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2012 02:32:56 +0000 (02:32 +0000)
committerGregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2012 02:32:56 +0000 (02:32 +0000)
commit92a3e9d63a4fd408fce76c1b2ba71b5a7fb04b8a
tree8c4c554395544f1cab1252f317545239d7f7fc91
parent87d8e60505b26960956996550c8b805c81e5b02b
[llvm.py] Implement disassembler interface

It doesn't currently support the op info and symbol lookup callbacks,
but it is better than nothing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152527 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/llvm/disassembler.py [new file with mode: 0644]
bindings/python/llvm/tests/test_disassembler.py [new file with mode: 0644]