aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/llvm/tests/test_core.py
AgeCommit message (Collapse)Author
2012-03-22[python] Add negative MemoryBuffer testcaseAnders Waldenborg
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153248 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-10[llvm.py] Define enumerations from Core.h; add OpCode classGregory Szorc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152483 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-10[llvm.py] Implement interface to object filesGregory Szorc
It is now possible to load object files and scan over sections, symbols, and relocations! Includes test code with partial coverage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152482 91177308-0d34-0410-b5e6-96231b3b80d8