diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-06 16:07:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-06 16:07:16 -0800 |
commit | 82743f020e90c9680751090439fee0e0c98db9fb (patch) | |
tree | 780385f4cec6793f8907c4d6d54d7960e46e0e1f /tests/runner.py | |
parent | ce66f8d6b703184353d88f015fddc3a96250bf05 (diff) |
option to benchmark multiple llvm versions, both native and js
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 72e940cb..494297db 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -352,7 +352,7 @@ process(sys.argv[1]) generated_libs.append(bc_file) return generated_libs - print >> sys.stderr, '<building and saving %s into cache> ' % cache_name, + print >> sys.stderr, '<building and saving %s into cache> ' % cache_name return Building.build_library(name, build_dir, output_dir, generated_libs, configure, configure_args, make, make_args, self.library_cache, cache_name, copy_project=True, env_init=env_init, native=native) |