diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-03 11:20:09 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-03 11:20:23 -0800 |
commit | 3543a68928323366c816a653e22a37575191cbfb (patch) | |
tree | 55e1ca2b99baf1943fdf89f771860f28c20dd831 /tools/shared.py | |
parent | a639bceba11d1282bbc1808c0b8f8ddbead2a3fc (diff) |
make sure to give Ids to split blocks in relooper1.8.1
Diffstat (limited to 'tools/shared.py')
-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 a7d7a64d..2b34090d 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -337,7 +337,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.8.0' +EMSCRIPTEN_VERSION = '1.8.1' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT |