coverage: Emit MC/DC intrinsics using the normal helper method
This commit is contained in:
parent
4923e856be
commit
b3d65852c3
5 changed files with 14 additions and 77 deletions
|
@ -1615,9 +1615,6 @@ unsafe extern "C" {
|
|||
pub fn LLVMRustSetAllowReassoc(Instr: &Value);
|
||||
|
||||
// Miscellaneous instructions
|
||||
pub fn LLVMRustGetInstrProfMCDCParametersIntrinsic(M: &Module) -> &Value;
|
||||
pub fn LLVMRustGetInstrProfMCDCTVBitmapUpdateIntrinsic(M: &Module) -> &Value;
|
||||
|
||||
pub fn LLVMRustBuildCall<'a>(
|
||||
B: &Builder<'a>,
|
||||
Ty: &'a Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue