[llvm-commits] [llvm] r152506 - in /llvm/trunk/bindings/python/llvm: disassembler.py tests/test_disassembler.py
Chris Lattner
clattner at apple.com
Sat Mar 10 13:53:34 PST 2012
On Mar 10, 2012, at 1:44 PM, Gregory Szorc wrote:
> Doh. I should probably revert the commit then. No sense exposing
> something that will go away.
>
> Is http://llvm.org/doxygen/include_2llvm-c_2Disassembler_8h.html the
> proper interface to expose then?
Yep, exactly. LLDB just switched from edis to that interface, and edis will be going away at some point.
> It seems to me that the API is lacking
> features compared to the edis one. Or, maybe I'm just missing things
> buried behind structs and bit flags?
I don't think that it does have all of the same interfaces that edis has, but we're working on adding them as time permits.
-Chris
More information about the llvm-commits
mailing list