[python-bindings] Added support for getting a module's functions, iterating f/b over...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 00:52:47 +0000 (00:52 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 11 Sep 2013 00:52:47 +0000 (00:52 +0000)
commit7dfa4bc4716aaa34cc7c6226fd00675899263e9d
tree749dbbbfde6a37cdf9754f5234dd8482be42199e
parent7eb8b0fd84474f6a77ffa6211c0c753ed3142277
[python-bindings] Added support for getting a module's functions, iterating f/b over said functions, dumping/print name of functions.

Tests are included as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190471 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/llvm/core.py
bindings/python/llvm/tests/test_core.py