We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62a2ab9 + 71bea58 commit 197a659Copy full SHA for 197a659
1 file changed
build.sh
@@ -24,7 +24,7 @@ SVFHOME="${SCRIPT_DIR}"
24
sysOS=$(uname -s)
25
arch=$(uname -m)
26
MajorLLVMVer=18
27
-LLVMVer=${MajorLLVMVer}.1.7
+LLVMVer=${MajorLLVMVer}.1.0
28
UbuntuArmLLVM_RTTI="https://github.com/SVF-tools/SVF/releases/download/SVF-3.2/llvm-${MajorLLVMVer}.1.0-ubuntu22-rtti-aarch64.tar.gz"
29
UbuntuArmLLVM="https://github.com/llvm/llvm-project/releases/download/llvmorg-${LLVMVer}/clang+llvm-${LLVMVer}-aarch64-linux-gnu.tar.xz"
30
UbuntuLLVM_RTTI="https://github.com/SVF-tools/SVF/releases/download/SVF-3.2/llvm-${MajorLLVMVer}.1.0-ubuntu20-rtti-x86-64.tar.gz"
0 commit comments