Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
365 B
Plaintext
Raw Normal View History

2022-08-26 19:32:04 -07:00
codegen_gcc_ranlib_failure =
Ranlib exited with code {$exit_code}
2022-08-26 20:23:50 -07:00
codegen_gcc_linkage_const_or_mut_type =
2022-08-26 20:44:44 -07:00
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
2022-08-26 20:50:37 -07:00
codegen_gcc_lto_not_supported =
LTO is not supported. You may get a linker error.