From: Michael Gottesman Date: Wed, 11 Sep 2013 00:41:07 +0000 (+0000) Subject: [python-bindings] Export OpCode from core.py. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=f532d448307215c9ddc1dbdea42afa74757c5e00 [python-bindings] Export OpCode from core.py. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190468 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/python/llvm/core.py b/bindings/python/llvm/core.py index 19b4bbec256..fa5486a7e11 100644 --- a/bindings/python/llvm/core.py +++ b/bindings/python/llvm/core.py @@ -20,6 +20,7 @@ from ctypes import c_uint __all__ = [ "lib", + "OpCode", "MemoryBuffer", "Module", "Context",