Skip to content

Commit 09cd977

Browse files
authored
Expect LLVM 14, the version we use everywhere for now (emscripten-core#4)
1 parent 21dffcc commit 09cd977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/shared.py

+1-1
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 = 17
52+
EXPECTED_LLVM_VERSION = 14
5353

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

0 commit comments

Comments
 (0)