rust/compiler/rustc_codegen_ssa/src/back
Trevor Gross e0af3c61cd When an archive fails to build, print the path
Currently the output on failure is as follows:

       Compiling block-buffer v0.10.4
       Compiling crypto-common v0.1.6
       Compiling digest v0.10.7
       Compiling sha2 v0.10.8
       Compiling xz2 v0.1.7
    error: failed to build archive: No such file or directory

    error: could not compile `bootstrap` (lib) due to 1 previous error

Print which file is being constructed to give some hint about what is
going on.
2024-07-16 15:44:54 -05:00
..
rpath linker: Bail out of rpath logic early if the target doesn't support rpath 2024-07-01 14:19:51 +03:00
archive.rs When an archive fails to build, print the path 2024-07-16 15:44:54 -05:00
command.rs Update comment and remove special-case for Wasm targets which is incompatible with response-file changes 2024-03-20 23:38:15 +00:00
link.rs When an archive fails to build, print the path 2024-07-16 15:44:54 -05:00
linker.rs use "bootstrap" instead of "rustbuild" in comments and docs 2024-07-07 00:07:08 +03:00
lto.rs Merge new_metadata into codegen_allocator 2022-04-30 21:20:08 +02:00
metadata.rs Remove extern crate rustc_middle from numerous crates. 2024-04-29 14:50:45 +10:00
mod.rs Use the object crate for metadata reading 2021-05-07 18:48:58 +02:00
rpath.rs linker: Bail out of rpath logic early if the target doesn't support rpath 2024-07-01 14:19:51 +03:00
symbol_export.rs Apply suggestions from oli-obk's review 2024-06-18 14:28:00 +03:00
write.rs Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix 2024-06-24 15:51:00 -04:00