Skip to content

Commit b3280f3

Browse files
committed
adding llvm-19 as dependency for cov tools
1 parent b841e93 commit b3280f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/InstallAptDependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ else
88
readonly noninteractive="false"
99
fi
1010
readonly LLVM_IR_VERSION=15
11+
readonly LLVM_COV_TOOLS_VERSION=19
1112
additional_dependencies=("$@")
1213

1314
(
@@ -27,7 +28,7 @@ additional_dependencies=("$@")
2728
"clang-$LLVM_IR_VERSION" # compiler for IR
2829
"libclang-rt-$LLVM_IR_VERSION-dev" # ASAN
2930
libsqlite3-dev libz3-dev libssl-dev "libclang-$LLVM_IR_VERSION-dev" "libclang-common-$LLVM_IR_VERSION-dev" # optional build deps
30-
libboost-graph-dev zlib1g-dev libzstd-dev "llvm-$LLVM_IR_VERSION-dev" # build deps
31+
libboost-graph-dev zlib1g-dev libzstd-dev "llvm-$LLVM_IR_VERSION-dev" "llvm-$LLVM_COV_TOOLS_VERSION$" # build deps
3132
)
3233

3334

0 commit comments

Comments
 (0)