Skip to content

Commit b12a2e4

Browse files
committed
Update to LLVM 14.0.0
1 parent b330846 commit b12a2e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- job: BuildLLVMJob
1111
timeoutInMinutes: 0
1212
pool:
13-
vmImage: macOS-10.15
13+
vmImage: macOS-latest
1414

1515
steps:
1616

build-llvm-framework.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ function build_libffi() {
4242
}
4343

4444
function get_llvm_src() {
45-
#git clone --single-branch --branch release/13.x https://github.com/llvm/llvm-project.git
45+
#git clone --single-branch --branch release/14.x https://github.com/llvm/llvm-project.git
4646

47-
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-project-13.0.1.src.tar.xz
48-
tar xzf llvm-project-13.0.1.src.tar.xz
49-
mv llvm-project-13.0.1.src llvm-project
47+
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/llvm-project-14.0.0.src.tar.xz
48+
tar xzf llvm-project-14.0.0.src.tar.xz
49+
mv llvm-project-14.0.0.src llvm-project
5050
}
5151

5252
# Build LLVM for a given iOS platform

0 commit comments

Comments
 (0)