Skip to content

Commit 017cccd

Browse files
authored
Bump mandatory LLVM version to 16 (emscripten-core#10)
1 parent e6d95ef commit 017cccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# exact requirement, but is the oldest version of node that we do any testing with.
5050
# This version aligns with the current Ubuuntu TLS 20.04 (Focal).
5151
MINIMUM_NODE_VERSION = (10, 19, 0)
52-
EXPECTED_LLVM_VERSION = 14
52+
EXPECTED_LLVM_VERSION = 16
5353

5454
# Used only when EM_PYTHON_MULTIPROCESSING=1 env. var is set.
5555
multiprocessing_pool = None

0 commit comments

Comments
 (0)