hanchenye-llvm-project/llvm/bindings
Anders Waldenborg f3a1acfbf7 [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
..
ocaml Makefile.ocaml: Tweak to use --system-libs. 2013-12-20 00:36:59 +00:00
python [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00
LLVMBuild.txt
Makefile
README.txt

README.txt

This directory contains bindings for the LLVM compiler infrastructure to allow
programs written in languages other than C or C++ to take advantage of the LLVM
infrastructure--for instance, a self-hosted compiler front-end.