Commit 701f893
fix: Add missing libclang-rt-18-dev for coverage instrumentation
The libclang-rt-18-dev package is required for LLVM 18 coverage
instrumentation to work properly. It provides the compiler runtime
libraries (libclang_rt.profile-x86_64.a) needed during linking when
using -fprofile-instr-generate and -fcoverage-mapping flags.
Without this package, linking fails with:
cannot find /usr/lib/llvm-18/lib/clang/18/lib/linux/libclang_rt.profile-x86_64.a
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Haiku 4.5 <[email protected]>1 parent da43368 commit 701f893
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments