fix: Add llvm package to provide llvm-profdata and llvm-cov

The clang package alone doesn't provide llvm-profdata and llvm-cov tools.
Add explicit llvm package to ensure these tools are available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Christian Decker 2025-12-14 15:29:50 +01:00
parent 7db56c5661
commit 16b998458f

View file

@ -12,6 +12,7 @@ sudo apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
binfmt-support \
build-essential \
clang \
llvm \
cppcheck \
docbook-xml \
eatmydata \