Skip to content

Commit f939429

Browse files
authored
Bump expected LLVM version to 22. NFC (#24707)
Upstream main branch is now on version 22.
1 parent 896a2f0 commit f939429

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
# in debian/stable (bookworm). We need at least v18.3.0 because we make
6060
# use of util.parseArg which was added in v18.3.0.
6161
MINIMUM_NODE_VERSION = (18, 3, 0)
62-
EXPECTED_LLVM_VERSION = 21
62+
EXPECTED_LLVM_VERSION = 22
6363

6464
# These get set by setup_temp_dirs
6565
TEMP_DIR = None

0 commit comments

Comments
 (0)