Amanieu / minicov

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

Provide a dummy __llvm_profile_runtime symbol #13

Closed Amanieu closed 1 year ago

Amanieu commented 1 year ago

On some targets, rustc inserts an artificial depdency on this symbol to pull in the LLVM profiler runtime. Since we provide our own runtime, also provide a copy of this symbol.

Fixes #12