Skip to content

Commit a5c9510

Browse files
authored
Bump expected LLVM version to 21 (#23532)
1 parent 62304e2 commit a5c9510

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 is currently set to v18 since this is the version of node available
6060
# in debian/stable (bookworm).
6161
MINIMUM_NODE_VERSION = (18, 0, 0)
62-
EXPECTED_LLVM_VERSION = 20
62+
EXPECTED_LLVM_VERSION = 21
6363

6464
# These get set by setup_temp_dirs
6565
TEMP_DIR = None

0 commit comments

Comments
 (0)