File tree 2 files changed +3
-2
lines changed
docker/host-x86_64/dist-x86_64-linux
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
source shared.sh
6
6
7
- LLVM=llvmorg-14.0.2
7
+ LLVM=llvmorg-14.0.5
8
8
9
9
mkdir llvm-project
10
10
cd llvm-project
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ # ignore-tidy-linelength
2
3
# This script installs clang on the local machine. Note that we don't install
3
4
# clang on Linux since its compiler story is just so different. Each container
4
5
# has its own toolchain configured appropriately already.
@@ -9,7 +10,7 @@ IFS=$'\n\t'
9
10
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
10
11
11
12
# Update both macOS's and Windows's tarballs when bumping the version here.
12
- LLVM_VERSION=" 14.0.2 "
13
+ LLVM_VERSION=" 14.0.5 "
13
14
14
15
if isMacOS; then
15
16
# If the job selects a specific Xcode version, use that instead of
You can’t perform that action at this time.
0 commit comments