mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
use llvm release 10.x (#365)
This commit is contained in:
parent
034606b0a9
commit
e113298d7f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user