bump CI LLVM to 14.0.5

The version 14.0.2 we currently use is busted on windows at the very
least.
This commit is contained in:
Rémy Rakic 2022-05-13 09:22:36 +02:00
parent 5b8cf49c51
commit 94f8ee1f7c
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ set -ex
source shared.sh
LLVM=llvmorg-14.0.2
LLVM=llvmorg-14.0.5
mkdir llvm-project
cd llvm-project

View file

@ -1,4 +1,5 @@
#!/bin/bash
# ignore-tidy-linelength
# This script installs clang on the local machine. Note that we don't install
# clang on Linux since its compiler story is just so different. Each container
# has its own toolchain configured appropriately already.
@ -9,7 +10,7 @@ IFS=$'\n\t'
source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
# Update both macOS's and Windows's tarballs when bumping the version here.
LLVM_VERSION="14.0.2"
LLVM_VERSION="14.0.5"
if isMacOS; then
# If the job selects a specific Xcode version, use that instead of