[python-bindings] Export OpCode from core.py.
authorMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 00:41:07 +0000 (00:41 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 00:41:07 +0000 (00:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190468 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/llvm/core.py

index 19b4bbec256752d60d3965a162cc53454609b626..fa5486a7e11ab7434388e52085077e8f9329f0f1 100644 (file)
@@ -20,6 +20,7 @@ from ctypes import c_uint
 
 __all__ = [
     "lib",
+    "OpCode",
     "MemoryBuffer",
     "Module",
     "Context",