From 911f4cf2b1e33cbc9b53444784129f8572be074d Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Wed, 7 Dec 2022 08:49:53 +0100 Subject: [PATCH] llvm-13.0.1 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index 15ea70f..27d27fe 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -$llvm_version = "12.0.1" +$llvm_version = "13.0.1" # Check if scoop is installed if (!(Get-Command "scoop" -errorAction SilentlyContinue)) {