From 9ee93111224473826a8168cc6b2951f11fdba197 Mon Sep 17 00:00:00 2001 From: Alexey-Ayupov <116575425+Alexey-Ayupov@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:57:14 +0300 Subject: [PATCH] [Windows] Update LLVM version to 15 (#6838) --- 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 d0d2f9191..1a3fe1ec1 100644 --- a/images/win/toolsets/toolset-2019.json +++ b/images/win/toolsets/toolset-2019.json @@ -482,7 +482,7 @@ "version": "8.2" }, "llvm": { - "version": "14" + "version": "15" }, "postgresql": { "version": "14" diff --git a/images/win/toolsets/toolset-2022.json b/images/win/toolsets/toolset-2022.json index 4b30dc0f5..7e4489266 100644 --- a/images/win/toolsets/toolset-2022.json +++ b/images/win/toolsets/toolset-2022.json @@ -388,7 +388,7 @@ "version": "3.08" }, "llvm": { - "version": "14" + "version": "15" }, "php": { "version": "8.2"