From f7d85df6ff05cc09d77616ec2cedd28c4fb530a5 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 8 Dec 2022 07:41:29 +0100 Subject: [PATCH] llvm-14.0.6 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 599e8b6..bb6a315 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -$llvm_version = "13.0.1" +$llvm_version = "14.0.6" # Check if scoop is installed if (!(Get-Command "scoop" -errorAction SilentlyContinue)) {