quic / gunyah-support-scripts

Other
6 stars 4 forks source link

build-llvm.sh: line 31: pushd: /usr/local/mnt/tools/src/llvm-tools/llvm-project/llvm: No such file or directory #10

Open dungru opened 4 months ago

dungru commented 4 months 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

I will send a pull request #11.