Skip to content

Commit

Permalink
Bump expected LLVM version from 18 to 19. NFC (#21165)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jan 24, 2024
1 parent 0eb6567 commit d5973e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# This version currently matches the node version that we ship with emsdk
# which means that we can say for sure that this version is well supported.
MINIMUM_NODE_VERSION = (16, 20, 0)
EXPECTED_LLVM_VERSION = 18
EXPECTED_LLVM_VERSION = 19

# These get set by setup_temp_dirs
TEMP_DIR = None
Expand Down

0 comments on commit d5973e9

Please sign in to comment.