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
Copy file name to clipboardexpand all lines: compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl
+76-3
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,86 @@ codegen_ssa_rlib_only_rmeta_found = could not find rlib for: `{$crate_name}`, fo
34
34
35
35
codegen_ssa_rlib_not_found = could not find rlib for: `{$crate_name}`
36
36
37
-
codegen_ssa_thorin_dwarf_linking = linking dwarf objects with thorin failed
38
-
.note = {$thorin_error}
39
-
40
37
codegen_ssa_linking_failed = linking with `{$linker_path}` failed: {$exit_status}
41
38
42
39
codegen_ssa_extern_funcs_not_found = some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
43
40
44
41
codegen_ssa_specify_libraries_to_link = use the `-l` flag to specify native libraries to link
45
42
46
43
codegen_ssa_use_cargo_directive = use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)
44
+
45
+
codegen_ssa_thorin_read_input_failure = failed to read input file
46
+
47
+
codegen_ssa_thorin_parse_input_file_kind = failed to parse input file kind
48
+
49
+
codegen_ssa_thorin_parse_input_object_file = failed to parse input object file
50
+
51
+
codegen_ssa_thorin_parse_input_archive_file = failed to parse input archive file
52
+
53
+
codegen_ssa_thorin_parse_archive_member = failed to parse archive member
54
+
55
+
codegen_ssa_thorin_invalid_input_kind = input is not an archive or elf object
56
+
57
+
codegen_ssa_thorin_decompress_data = failed to decompress compressed section
58
+
59
+
codegen_ssa_thorin_section_without_name = section without name at offset {$offset}
60
+
61
+
codegen_ssa_thorin_relocation_with_invalid_symbol = relocation with invalid symbol for section `{$section}` at offset {$offset}
62
+
63
+
codegen_ssa_thorin_multiple_relocations = multiple relocations for section `{$section}` at offset {$offset}
64
+
65
+
codegen_ssa_thorin_unsupported_relocation = unsupported relocation for section {$section} at offset {$offset}
66
+
67
+
codegen_ssa_thorin_missing_dwo_name = missing path attribute to DWARF object ({$id})
68
+
69
+
codegen_ssa_thorin_no_compilation_units = input object has no compilation units
70
+
71
+
codegen_ssa_thorin_no_die = no top-level debugging information entry in compilation/type unit
72
+
73
+
codegen_ssa_thorin_top_level_die_not_unit = top-level debugging information entry is not a compilation/type unit
0 commit comments