1
Fork 0

Add UnwindingInlineAsm

This commit is contained in:
Ellis Hoag 2022-08-26 20:44:44 -07:00
parent 7e00a48305
commit d9aa635969
3 changed files with 13 additions and 2 deletions

View file

@ -2,4 +2,7 @@ codegen_gcc_ranlib_failure =
Ranlib exited with code {$exit_code}
codegen_gcc_linkage_const_or_mut_type =
must have type `*const T` or `*mut T` due to `#[linkage]` attribute
must have type `*const T` or `*mut T` due to `#[linkage]` attribute
codegen_gcc_unwinding_inline_asm =
GCC backend does not support unwinding from inline asm