File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
product-mini/platforms/linux Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../../../core/deps
88cd ${DEPS_DIR}
99if [ ! -d " llvm" ]; then
1010 echo " Clone llvm to core/deps/ .."
11- git clone --depth 1 https://github.com/llvm/llvm-project.git llvm
11+ git clone --depth 1 --branch release/10.x https://github.com/llvm/llvm-project.git llvm
1212fi
1313
1414cd llvm
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
88cd ${DEPS_DIR}
99if [ ! -d " llvm" ]; then
1010 echo " Clone llvm to core/deps/ .."
11- git clone --depth 1 https://github.com/llvm/llvm-project.git llvm
11+ git clone --depth 1 --branch release/10.x https://github.com/llvm/llvm-project.git llvm
1212fi
1313
1414cd llvm
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
88cd ${DEPS_DIR}
99if [ ! -d " llvm" ]; then
1010 echo " Clone llvm Xtensa to core/deps/ .."
11- git clone https://github.com/espressif/llvm-project.git llvm
11+ git clone --depth 1 --branch xtensa_release_10.0.1 https://github.com/espressif/llvm-project.git llvm
1212fi
1313
1414cd llvm
You can’t perform that action at this time.
0 commit comments