Skip to content

Commit 5122f25

Browse files
committed
fixup
1 parent ac05119 commit 5122f25

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_codegen_llvm/src/llvm

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_llvm/src/llvm/ffi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,7 @@ unsafe extern "C" {
12231223

12241224
// Operations on functions
12251225
pub(crate) fn LLVMSetFunctionCallConv(Fn: &Value, CC: c_uint);
1226+
pub(crate) fn LLVMDeleteFunction(Fn: &Value);
12261227

12271228
// Operations about llvm intrinsics
12281229
pub(crate) fn LLVMLookupIntrinsicID(Name: *const c_char, NameLen: size_t) -> c_uint;

0 commit comments

Comments
 (0)