diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:30:22 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:38:26 -0800 |
commit | 1caa54d87fedd079b9d7a889ffeb6425b0dd5d24 (patch) | |
tree | f725c34dd03e678b31fabde67a74f751919146e8 /tools | |
parent | e5ccf17e84e7a5102bf9e05ffef01e6672b4c15a (diff) |
share block ids in relooper among split blocks1.9.1
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 2ae37f91..412b51f5 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -345,7 +345,7 @@ def find_temp_directory(): # 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.9.0' +EMSCRIPTEN_VERSION = '1.9.1' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |