Closed dungru closed 1 month ago
build-llvm.sh is unable found the llvm-project. Even I try to build second time, it will block by the condition if [[ ! -d ${LLVM_TOOLS_SRC_DIR} ]] ; then in gunyah-support-scripts/scripts/core-utils/clone-llvm.sh
build-llvm.sh
if [[ ! -d ${LLVM_TOOLS_SRC_DIR} ]] ; then
I will send a pull request #11.
build-llvm.sh
is unable found the llvm-project. Even I try to build second time, it will block by the conditionif [[ ! -d ${LLVM_TOOLS_SRC_DIR} ]] ; then
in gunyah-support-scripts/scripts/core-utils/clone-llvm.shI will send a pull request #11.