Adjust llvm wrapper for unwinding support for inlineasm
This commit is contained in:
parent
940b2eabad
commit
491dd1f387
3 changed files with 6 additions and 2 deletions
|
@ -1847,6 +1847,7 @@ extern "C" {
|
|||
SideEffects: Bool,
|
||||
AlignStack: Bool,
|
||||
Dialect: AsmDialect,
|
||||
CanThrow: Bool,
|
||||
) -> &Value;
|
||||
pub fn LLVMRustInlineAsmVerify(
|
||||
Ty: &Type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue