use llvm release 10.x (#365)

This commit is contained in:
Xu Jun 2020-09-01 16:00:15 +08:00 committed by GitHub
parent 034606b0a9
commit e113298d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../../../core/deps
cd ${DEPS_DIR}
if [ ! -d "llvm" ]; then
echo "Clone llvm to core/deps/ .."
git clone --depth 1 https://github.com/llvm/llvm-project.git llvm
git clone --depth 1 --branch release/10.x https://github.com/llvm/llvm-project.git llvm
fi
cd llvm

View File

@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
cd ${DEPS_DIR}
if [ ! -d "llvm" ]; then
echo "Clone llvm to core/deps/ .."
git clone --depth 1 https://github.com/llvm/llvm-project.git llvm
git clone --depth 1 --branch release/10.x https://github.com/llvm/llvm-project.git llvm
fi
cd llvm

View File

@ -8,7 +8,7 @@ DEPS_DIR=${PWD}/../core/deps
cd ${DEPS_DIR}
if [ ! -d "llvm" ]; then
echo "Clone llvm Xtensa to core/deps/ .."
git clone https://github.com/espressif/llvm-project.git llvm
git clone --depth 1 --branch xtensa_release_10.0.1 https://github.com/espressif/llvm-project.git llvm
fi
cd llvm