From d5973e9a1c3dc6cbe3f0056cf36b529fbba2c86d Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 24 Jan 2024 19:34:45 +0000 Subject: [PATCH] Bump expected LLVM version from 18 to 19. NFC (#21165) --- tools/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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