diff --git a/scripts/get_llvm_src_tree.sh b/scripts/get_llvm_src_tree.sh index 4311f99..6b5e181 100755 --- a/scripts/get_llvm_src_tree.sh +++ b/scripts/get_llvm_src_tree.sh @@ -1,19 +1,19 @@ #!/bin/bash -e #get LLVM -git clone git@github.com:llvm-mirror/llvm.git +git clone https://github.com/llvm-mirror/llvm.git pushd llvm git reset --hard 8f4f26c9c7fec12eb039be6b20313a51417c97bb popd #get clang -git clone git@github.com:llvm-mirror/clang.git +git clone https://github.com/llvm-mirror/clang.git pushd clang git reset --hard d59a142ef50bf041797143db71d2d4777fd32d27 popd #get compiler-rt -git clone git@github.com:llvm-mirror/compiler-rt.git +git clone https://github.com/llvm-mirror/compiler-rt.git pushd compiler-rt git reset --hard 961e78720a32929d7e4fc13a72d7266d59672c42 popd