rust/compiler/rustc_codegen_ssa/src/back
jyn a4ef751e26 don't show the full linker args unless --verbose is passed
the linker arguments can be *very* long, especially for crates with many dependencies. some parts of them are not very useful. unless specifically requested:
- omit object files specific to the current invocation
- fold rlib files into a single braced argument (in shell expansion format)

this shortens the output significantly without removing too much information.
2024-12-14 20:38:46 -05:00
..
apple Move versioned LLVM target creation to rustc_codegen_ssa 2024-11-01 17:07:18 +01:00
linker Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
rpath Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
apple.rs Print env var in --print=deployment-target 2024-11-22 20:46:05 +01:00
archive.rs Add a default implementation for CodegenBackend::link 2024-11-09 20:42:56 +00:00
command.rs Minimize visibilities. 2024-09-17 16:24:33 +10:00
link.rs don't show the full linker args unless --verbose is passed 2024-12-14 20:38:46 -05:00
linker.rs keep profile-rt symbol alive 2024-12-03 13:04:52 -05:00
lto.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
metadata.rs aix: fix archive format 2024-11-21 10:33:07 -05:00
mod.rs Move versioned LLVM target creation to rustc_codegen_ssa 2024-11-01 17:07:18 +01:00
rpath.rs Support rpath with -Clinker-flavor=ld 2024-11-24 01:20:29 +01:00
symbol_export.rs Share inline(never) generics across crates 2024-11-28 13:43:05 -05:00
write.rs Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors 2024-12-12 02:34:06 +00:00