diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-05 18:14:53 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-05 19:01:01 -0700 |
commit | 0e4a1c01e3f09751c72c57bf9e8bddfc5581bd53 (patch) | |
tree | 81c01824a1d4e9ccbab579532d7243a7d0749e2e /tools | |
parent | 956208e3eec94089e0aefd17736df50522b9131e (diff) |
disabled support for hoisting back into loops in relooper1.4.8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 799a5bbe..4225be26 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -295,7 +295,7 @@ def check_node_version(): # we re-check sanity when the settings are changed) # We also re-check sanity and clear the cache when the version changes -EMSCRIPTEN_VERSION = '1.4.7' +EMSCRIPTEN_VERSION = '1.4.8' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |