mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-07 11:04:17 +00:00
llvm 21 support
This commit is contained in:
@@ -2102,10 +2102,8 @@ gb_internal LLVMValueRef llvm_get_inline_asm(LLVMTypeRef func_type, String const
|
||||
cast(char *)str.text, cast(size_t)str.len,
|
||||
cast(char *)clobbers.text, cast(size_t)clobbers.len,
|
||||
has_side_effects, is_align_stack,
|
||||
dialect
|
||||
#if LLVM_VERSION_MAJOR >= 13
|
||||
, /*CanThrow*/false
|
||||
#endif
|
||||
dialect,
|
||||
/*CanThrow*/false
|
||||
);
|
||||
}
|
||||
|
||||
@@ -3230,4 +3228,4 @@ gb_internal void lb_do_build_diagnostics(lbGenerator *gen) {
|
||||
lb_do_module_diagnostics(gen);
|
||||
gb_printf("------------------------------------------------------------------------------------------\n");
|
||||
gb_printf("------------------------------------------------------------------------------------------\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user