1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/bindings
Serge Guelton 01c86ce50d Python compat - iterator protocol
In Python2 next() is used wile it's __next__ in Python3.

Differential Revision: https://reviews.llvm.org/D56250

llvm-svn: 350326
2019-01-03 15:43:14 +00:00
..
go [NewPM] Port Msan 2019-01-03 13:42:44 +00:00
ocaml [OCaml] Fix incorrect use of CAMLlocal in nested blocks 2018-11-08 04:00:18 +00:00
python Python compat - iterator protocol 2019-01-03 15:43:14 +00:00
LLVMBuild.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.