[pypy-commit] pypy llvm-translation-backend: Remove another reference to raisingop2direct_call.

mjacob pypy.commits at gmail.com
Mon Apr 10 13:09:08 EDT 2017


Author: Manuel Jacob <me at manueljacob.de>
Branch: llvm-translation-backend
Changeset: r91032:249f55947826
Date: 2017-04-10 17:37 +0200
http://bitbucket.org/pypy/pypy/changeset/249f55947826/

Log:	Remove another reference to raisingop2direct_call.

diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -56,8 +56,7 @@
                  ["c", "llvm"], default="c",
                  requires={
                      "c":      [("translation.type_system", "lltype")],
-                     "llvm":   [("translation.type_system", "lltype"),
-                                ("translation.backendopt.raisingop2direct_call", True)],
+                     "llvm":   [("translation.type_system", "lltype")],
                      },
                  cmdline="-b --backend"),
 


More information about the pypy-commit mailing list