diff --git a/build-hpxmp.sh b/build-hpxmp.sh index 86405c8..ff5e73f 100755 --- a/build-hpxmp.sh +++ b/build-hpxmp.sh @@ -25,7 +25,7 @@ BUILD_DIR=${OMP_DIR}/cmake-build-${PROJECT}/${BUILD_TYPE}/ mkdir -p ${PREFIX} if [ ! -d ${LLVM_DIR} ]; then - git clone --depth=1 -b hpxc git@github.com:light2802/llvm-project.git ${LLVM_DIR} + git clone --depth=1 -b hpxmp-v16 https://github.com/light2802/llvm-project.git ${LLVM_DIR} fi rm -rf ${BUILD_DIR} diff --git a/build-omp.sh b/build-omp.sh index 4efc64a..f628564 100755 --- a/build-omp.sh +++ b/build-omp.sh @@ -23,8 +23,8 @@ BUILD_DIR=${OMP_DIR}/cmake-build-${PROJECT}/${BUILD_TYPE}/ mkdir -p ${PREFIX} if [ ! -d ${LLVM_DIR} ]; then - git clone --depth=1 -b llvmorg-${LLVM_VERSION} git@github.com:llvm/llvm-project.git ${LLVM_DIR} - #git clone --depth=1 -b hpxc git@github.com:light2802/llvm-project.git ${LLVM_DIR} + #git clone --depth=1 -b llvmorg-${LLVM_VERSION} git@github.com:llvm/llvm-project.git ${LLVM_DIR} + git clone --depth=1 -b hpxmp-v16 https://github.com/light2802/llvm-project.git ${LLVM_DIR} fi rm -rf ${BUILD_DIR}