Skip to content

Commit

Permalink
Update to LLVM 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
light-tech committed Feb 25, 2022
1 parent 2b7b6e8 commit 57b0987
Showing 1 changed file with 4 additions and 4 deletions.
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/12.x https://github.com/llvm/llvm-project.git
#git clone --single-branch --branch release/13.x https://github.com/llvm/llvm-project.git

wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.0/llvm-project-12.0.0.src.tar.xz
tar xzf llvm-project-12.0.0.src.tar.xz
mv llvm-project-12.0.0.src llvm-project
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
}

# Build LLVM for a given iOS platform
Expand Down

0 comments on commit 57b0987

Please sign in to comment.