forked from OSchip/llvm-project
[python-bindings] Export OpCode from core.py.
llvm-svn: 190468
This commit is contained in:
parent
28ff44ab37
commit
d99f387f5e
|
@ -20,6 +20,7 @@ from ctypes import c_uint
|
|||
|
||||
__all__ = [
|
||||
"lib",
|
||||
"OpCode",
|
||||
"MemoryBuffer",
|
||||
"Module",
|
||||
"Context",
|
||||
|
|
Loading…
Reference in New Issue