Skip to content

Commit

Permalink
Update to LLVM 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
light-tech committed Mar 30, 2022
1 parent b330846 commit b12a2e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- job: BuildLLVMJob
timeoutInMinutes: 0
pool:
vmImage: macOS-10.15
vmImage: macOS-latest

steps:

Expand Down
8 changes: 4 additions & 4 deletions build-llvm-framework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ function build_libffi() {
}

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

wget https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-project-13.0.1.src.tar.xz
tar xzf llvm-project-13.0.1.src.tar.xz
mv llvm-project-13.0.1.src llvm-project
wget https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/llvm-project-14.0.0.src.tar.xz
tar xzf llvm-project-14.0.0.src.tar.xz
mv llvm-project-14.0.0.src llvm-project
}

# Build LLVM for a given iOS platform
Expand Down

0 comments on commit b12a2e4

Please sign in to comment.