Add UnwindingInlineAsm
This commit is contained in:
parent
7e00a48305
commit
d9aa635969
3 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue