File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ cd "${build_top_dir}/build"
5757
5858llvm_dir=" ${build_top_dir} /build/llvm-project"
5959if [ ! -d " ${llvm_dir} " ]; then
60- git clone ${LLVM_URL} " ${llvm_dir} "
60+ git clone --branch ${LLVM_BRANCH} ${LLVM_URL} " ${llvm_dir} "
6161fi
6262cd " ${llvm_dir} "
6363git fetch origin
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export CROSSTOOL_NG_VERSION=5075e1f98e4329502682746cc30fa5c0c5a19d26
99# v4.0.1
1010export QEMU_VERSION=23967e5b2a6c6d04b8db766a8a149f3631a7b899
1111
12- # LLVM 13.0.1 (tag llvmorg-13.0.1)
13- export LLVM_URL=https://github.com/llvm/llvm-project.git
14- export LLVM_VERSION=75e33f71c2dae584b13a7d1186ae0a038ba98838
12+ # LLVM 13.0.1 plus hardening patches
13+ export LLVM_URL=https://github.com/lowRISC/llvm-project.git
14+ export LLVM_BRANCH=ot-hardening
15+ export LLVM_VERSION=20a7c03bfa587068b70cf7d8f7eb38fa04d30cd5
You can’t perform that action at this time.
0 commit comments