Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r71725:3d5cd3291a68
Date: 2014-05-25 09:49 +0200
http://bitbucket.org/pypy/pypy/changeset/3d5cd3291a68/
Log: Stop setting backend to llvm in translate.py. The idea was to run
the buildbots with the LLVM translation backend without
modification. However, this doesn't work because the binary name
'pypy-c' is hardcoded in parts of the build configuration.
diff --git a/rpython/translator/goal/translate.py
b/rpython/translator/goal/translate.py
--- a/rpython/translator/goal/translate.py
+++ b/rpython/translator/goal/translate.py
@@ -109,7 +109,6 @@
opt_parser.disable_interspersed_args()
config = get_combined_translation_config(translating=True)
- config.translation.backend = 'llvm'
to_optparse(config, parser=opt_parser, useoptions=['translation.*'])
translateconfig = Config(translate_optiondescr)
to_optparse(translateconfig, parser=opt_parser)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit