Amanieu / minicov

Code coverage support for Rust `no_std` and embedded programs
Apache License 2.0
51 stars 11 forks source link

LLVM 19/Coverage Format Version 10 support #23

Closed daxpedda closed 1 day ago

daxpedda commented 5 days ago

With the release of Rust v1.82, LLVM has been upgraded to v19, which requires coverage format v10. Currently minicov supports coverage format v9.

See previous upgrade: #20.