From 02eb087db06503abbd228dc9e7c38cbb74c930c9 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Thu, 24 Aug 2023 09:52:26 +0200 Subject: [PATCH] [Windows] Update LLVM version to 16 (#8134) --- images/win/toolsets/toolset-2019.json | 2 +- images/win/toolsets/toolset-2022.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/toolsets/toolset-2019.json b/images/win/toolsets/toolset-2019.json index 6e53672b..e54fdf49 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -479,7 +479,7 @@ "version": "8.2" }, "llvm": { - "version": "15" + "version": "16" }, "postgresql": { "version": "14" diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index b93c2c71..4d344e3e 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -409,7 +409,7 @@ "version": "3.08" }, "llvm": { - "version": "15" + "version": "16" }, "php": { "version": "8.2"