Author: Manuel Jacob <[email protected]>
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"),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit