File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ function build_libffi() {
4242}
4343
4444function get_llvm_src() {
45- # git clone --single-branch --branch release/12 .x https://github.com/llvm/llvm-project.git
45+ # git clone --single-branch --branch release/13 .x https://github.com/llvm/llvm-project.git
4646
47- wget https://github.com/llvm/llvm-project/releases/download/llvmorg-12 .0.0 /llvm-project-12 .0.0 .src.tar.xz
48- tar xzf llvm-project-12 .0.0 .src.tar.xz
49- mv llvm-project-12 .0.0 .src llvm-project
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
5050}
5151
5252# Build LLVM for a given iOS platform
You can’t perform that action at this time.
0 commit comments