rust/compiler/rustc_codegen_llvm/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
..
archive.rs When an archive fails to build, print the path 2024-07-16 15:44:54 -05:00
lto.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00
owned_target_machine.rs Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Rename the asm-comments compiler flag to verbose-asm 2024-07-02 21:42:01 -04:00