Author: Manuel Jacob <m...@manueljacob.de> Branch: llvm-translation-backend Changeset: r76617:12306f051e3b Date: 2015-03-28 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/12306f051e3b/
Log: Fix compatibility with LLVM 3.6 (and drop support for older versions). diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py --- a/rpython/translator/llvm/genllvm.py +++ b/rpython/translator/llvm/genllvm.py @@ -1839,7 +1839,7 @@ '}}\n'.format(raise_=get_repr(exctrans.rpyexc_raise_ptr), type=get_repr(self.ovf_err[0]), inst=get_repr(self.ovf_err[1]))) - f.write('!0 = metadata !{ }\n') + f.write('!0 = !{ }\n') def gen_source(self): global database _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit