Skip to content

Commit a87cb5f

Browse files
committed
LLVMRustInlineAsm CanThrow
1 parent 1712528 commit a87cb5f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/rustc_codegen_nvvm_v19/src/asm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ pub(crate) fn inline_asm_call<'ll>(
313313
volatile,
314314
alignstack,
315315
dia,
316+
llvm::False,
316317
);
317318
let call = bx.call(fty, None, None, v, inputs, None, None);
318319

crates/rustc_codegen_nvvm_v19/src/llvm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,7 @@ unsafe extern "C" {
19801980
SideEffects: Bool,
19811981
AlignStack: Bool,
19821982
Dialect: AsmDialect,
1983+
CanThrow: Bool,
19831984
) -> &Value;
19841985
pub(crate) fn LLVMRustInlineAsmVerify(
19851986
Ty: &Type,

0 commit comments

Comments
 (0)