diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-07 14:00:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-07 14:00:43 -0700 |
commit | 507d73ae7b6964031c3090e9330fb50c009df7c1 (patch) | |
tree | 6df09f13bcbc13a4a92d794f1c44773d09feb182 /tools | |
parent | c6d56fb9da9eb2ecafadec1a951c98db17092b18 (diff) |
remove break labels more aggresively, with a refined natural flow analysis1.4.9
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 4225be26..8a172d9c 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.8' +EMSCRIPTEN_VERSION = '1.4.9' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |