projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e3660
)
[python-bindings] Export OpCode from core.py.
author
Michael Gottesman
<mgottesman@apple.com>
Wed, 11 Sep 2013 00:41:07 +0000
(
00:41
+0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/bindings/python/llvm/core.py
b/bindings/python/llvm/core.py
index 19b4bbec256752d60d3965a162cc53454609b626..fa5486a7e11ab7434388e52085077e8f9329f0f1 100644
(file)
--- 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",