diff --git a/tools/shared.py b/tools/shared.py index 6e813cca1b6cb..77b7915636fcd 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -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