1
Fork 0

Set personality with LLVMSetPersonalityFn

This commit is contained in:
Tomasz Miąsko 2021-07-07 00:00:00 +00:00
parent a84d1b21ae
commit ae33a9714e
2 changed files with 6 additions and 2 deletions

View file

@ -1165,7 +1165,7 @@ extern "C" {
pub fn LLVMBuildLandingPad(
B: &Builder<'a>,
Ty: &'a Type,
PersFn: &'a Value,
PersFn: Option<&'a Value>,
NumClauses: c_uint,
Name: *const c_char,
) -> &'a Value;