Many constructs in Rust can create a multitude of differing object code. To address this, it would be advantageous to measure the coverage at the object code level. This way, for example multiple instantiations of a single function generic function are verifiably covered.
Is it possible to add this to llvm-profparser?
Many constructs in Rust can create a multitude of differing object code. To address this, it would be advantageous to measure the coverage at the object code level. This way, for example multiple instantiations of a single function generic function are verifiably covered.
Is it possible to add this to llvm-profparser?