diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-12 17:01:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-12 17:01:21 -0800 |
commit | 3e061d95104b88d6209d892bbda24e18a1539073 (patch) | |
tree | e64e17fc6eebcfaa836bcd3c9f6df998d7741567 /emscripten.py | |
parent | 6aeb0a49627a5fb08eddc0ffc425fb77ba283ac9 (diff) |
disable another test in fastcomp
Diffstat (limited to 'emscripten.py')
-rwxr-xr-x | emscripten.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emscripten.py b/emscripten.py index ae46ca07..4fdf048e 100755 --- a/emscripten.py +++ b/emscripten.py @@ -761,6 +761,7 @@ def emscript_fast(infile, settings, outfile, libraries=[], compiler_engine=None, if DEBUG: logging.debug(' ..3..') temp3 = temp_files.get('.3.bc').name shared.jsrun.timeout_run(subprocess.Popen([os.path.join(shared.LLVM_ROOT, 'opt'), temp2, '-pnacl-abi-simplify-postopt', '-o', temp3])) + #'-print-after-all' assert os.path.exists(temp3) if DEBUG: shutil.copyfile(temp3, os.path.join(shared.CANONICAL_TEMP_DIR, 'temp3.bc')) |