Skip to content

Commit eba8702

Browse files
authored
Bump expected LLVM version from 19 to 20. NFC (#22273)
1 parent ac3d85e commit eba8702

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
@@ -59,7 +59,7 @@
5959
# This version currently matches the node version that we ship with emsdk
6060
# which means that we can say for sure that this version is well supported.
6161
MINIMUM_NODE_VERSION = (16, 20, 0)
62-
EXPECTED_LLVM_VERSION = 19
62+
EXPECTED_LLVM_VERSION = 20
6363

6464
# These get set by setup_temp_dirs
6565
TEMP_DIR = None

0 commit comments

Comments
 (0)