Skip to content

Commit f5d3bce

Browse files
committed
Update to LLVM 12.0
1 parent 1ac54ea commit f5d3bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-llvm-framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ wget https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-mac.zi
1313
unzip ninja-mac.zip
1414

1515
git clone https://github.com/libffi/libffi.git
16-
git clone --single-branch --branch release/11.x https://github.com/llvm/llvm-project.git
16+
git clone --single-branch --branch release/12.x https://github.com/llvm/llvm-project.git
1717

1818
FRAMEWORKS_ARGS=()
1919
for p in ${PLATFORMS[@]}; do

0 commit comments

Comments
 (0)