We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac05119 commit 5122f25Copy full SHA for 5122f25
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -1223,6 +1223,7 @@ unsafe extern "C" {
1223
1224
// Operations on functions
1225
pub(crate) fn LLVMSetFunctionCallConv(Fn: &Value, CC: c_uint);
1226
+ pub(crate) fn LLVMDeleteFunction(Fn: &Value);
1227
1228
// Operations about llvm intrinsics
1229
pub(crate) fn LLVMLookupIntrinsicID(Name: *const c_char, NameLen: size_t) -> c_uint;
0 commit comments