1
Fork 0

Adjust llvm wrapper for unwinding support for inlineasm

This commit is contained in:
cynecx 2021-08-28 19:02:00 +02:00
parent 940b2eabad
commit 491dd1f387
3 changed files with 6 additions and 2 deletions

View file

@ -1847,6 +1847,7 @@ extern "C" {
SideEffects: Bool,
AlignStack: Bool,
Dialect: AsmDialect,
CanThrow: Bool,
) -> &Value;
pub fn LLVMRustInlineAsmVerify(
Ty: &Type,