1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/bindings/python/llvm
Anders Waldenborg f342831239 [python] Fix getting section contents.
The returnvalue was handled as c_char_p which ment that ctypes
handled it as a NUL-terminated string making it cut the contents
at first NUL (or even worse - overrunning the buffer if it doesn't
contain a NUL).

Differential Revision: http://reviews.llvm.org/D3474

llvm-svn: 207199
2014-04-25 06:25:15 +00:00
..
tests [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00
__init__.py
bit_reader.py [python-bindings] Added code for loading a module from bitcode, getset its datalayout, getset its target, dump it, print it to a file. 2013-09-11 00:23:14 +00:00
common.py
core.py [python-bindings] Remove some cruft that snuck in. 2014-02-23 04:43:26 +00:00
disassembler.py python: Fix check for disasm creation failure 2013-11-17 15:40:57 +00:00
enumerations.py
object.py [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00