From 9673782242202d4f50a460ff1a4b448bf9dafe98 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 19 Jan 2023 15:14:27 +0000 Subject: [PATCH] Upgrade llvm version on the builder --- builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder b/builder index 5e14023..b0a7d29 100755 --- a/builder +++ b/builder @@ -47,7 +47,7 @@ set -e command=$1 VERSION="0.7.0" -LLVM_VERSION="15" +LLVM_VERSION="11" # Serene subprojects. We use this array to run common tasks on all the projects # like running the test cases