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
8
8
cd ${DEPS_DIR}
9
9
if [ ! -d " llvm" ]; then
10
10
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
12
12
fi
13
13
14
14
cd llvm
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
8
8
cd ${DEPS_DIR}
9
9
if [ ! -d " llvm" ]; then
10
10
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
12
12
fi
13
13
14
14
cd llvm
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
8
8
cd ${DEPS_DIR}
9
9
if [ ! -d " llvm" ]; then
10
10
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
12
12
fi
13
13
14
14
cd llvm
You can’t perform that action at this time.
0 commit comments