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 9d28bd2 commit a4a0cb7Copy full SHA for a4a0cb7
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