You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
session_unsupported_dwarf_version = requested DWARF version {$dwarf_version} is greater than 5
43
+
44
+
session_target_invalid_address_space = invalid address space `{$addr_space}` for `{$cause}` in "data-layout": {$err}
45
+
46
+
session_target_invalid_bits = invalid {$kind} `{$bit}` for `{$cause}` in "data-layout": {$err}
47
+
48
+
session_target_missing_alignment = missing alignment for `{$cause}` in "data-layout"
49
+
50
+
session_target_invalid_alignment = invalid alignment for `{$cause}` in "data-layout": {$err}
51
+
52
+
session_target_inconsistent_architecture = inconsistent target specification: "data-layout" claims architecture is {$dl}-endian, while "target-endian" is `{$target}`
53
+
54
+
session_target_inconsistent_pointer_width = inconsistent target specification: "data-layout" claims pointers are {$pointer_size}-bit, while "target-pointer-width" is `{$target}`
0 commit comments