2022-10-13 09:13:02 +00:00
|
|
|
errors_target_inconsistent_architecture =
|
|
|
|
inconsistent target specification: "data-layout" claims architecture is {$dl}-endian, while "target-endian" is `{$target}`
|
|
|
|
|
|
|
|
errors_target_inconsistent_pointer_width =
|
|
|
|
inconsistent target specification: "data-layout" claims pointers are {$pointer_size}-bit, while "target-pointer-width" is `{$target}`
|
|
|
|
|
|
|
|
errors_target_invalid_address_space =
|
|
|
|
invalid address space `{$addr_space}` for `{$cause}` in "data-layout": {$err}
|
|
|
|
|
|
|
|
errors_target_invalid_alignment =
|
2023-05-17 10:30:14 +00:00
|
|
|
invalid alignment for `{$cause}` in "data-layout": `{$align}` is {$err_kind ->
|
|
|
|
[not_power_of_two] not a power of 2
|
|
|
|
[too_large] too large
|
|
|
|
*[other] {""}
|
|
|
|
}
|
2022-10-13 09:13:02 +00:00
|
|
|
|
|
|
|
errors_target_invalid_bits =
|
|
|
|
invalid {$kind} `{$bit}` for `{$cause}` in "data-layout": {$err}
|
|
|
|
|
|
|
|
errors_target_invalid_bits_size = {$err}
|
2023-05-23 01:51:25 +00:00
|
|
|
|
2022-10-13 09:13:02 +00:00
|
|
|
errors_target_missing_alignment =
|
|
|
|
missing alignment for `{$cause}` in "data-layout"
|