Set personality with LLVMSetPersonalityFn
This commit is contained in:
parent
a84d1b21ae
commit
ae33a9714e
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue