Skip to content

Commit d5973e9

Browse files
authored
Bump expected LLVM version from 18 to 19. NFC (#21165)
1 parent 0eb6567 commit d5973e9

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
@@ -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 = 18
62+
EXPECTED_LLVM_VERSION = 19
6363

6464
# These get set by setup_temp_dirs
6565
TEMP_DIR = None

0 commit comments

Comments
 (0)