Skip to content

Commit e113298

Browse files
use llvm release 10.x (#365)
1 parent 034606b commit e113298

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

product-mini/platforms/linux/build_llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../../../core/deps
88
cd ${DEPS_DIR}
99
if [ ! -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
1212
fi
1313

1414
cd llvm

wamr-compiler/build_llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
88
cd ${DEPS_DIR}
99
if [ ! -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
1212
fi
1313

1414
cd llvm

wamr-compiler/build_llvm_xtensa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
88
cd ${DEPS_DIR}
99
if [ ! -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
1212
fi
1313

1414
cd llvm

0 commit comments

Comments
 (0)