Skip to content

Commit 57b0987

Browse files
committed
Update to LLVM 13.0.1
1 parent 2b7b6e8 commit 57b0987

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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/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

0 commit comments

Comments
 (0)