2023-05-22 20:51:25 -05:00
|
|
|
codegen_gcc_invalid_minimum_alignment =
|
|
|
|
invalid minimum global alignment: {$err}
|
2022-10-13 04:13:02 -05:00
|
|
|
|
2023-05-22 20:51:25 -05:00
|
|
|
codegen_gcc_lto_not_supported =
|
|
|
|
LTO is not supported. You may get a linker error.
|
2023-03-05 11:31:16 -06:00
|
|
|
|
|
|
|
codegen_gcc_tied_target_features = the target features {$features} must all be either enabled or disabled together
|
|
|
|
.help = add the missing features in a `target_feature` attribute
|
2023-05-22 20:51:25 -05:00
|
|
|
|
|
|
|
codegen_gcc_unwinding_inline_asm =
|
|
|
|
GCC backend does not support unwinding from inline asm
|