rust/tests/run-make/link-args-order
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
..
empty.rs Move almost all run-make-fulldeps to run-make 2023-03-30 07:34:55 -05:00
rmake.rs don't show the full linker args unless --verbose is passed 2024-12-14 20:38:46 -05:00