mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

pass --gc-sections if -Zexport-executable-symbols is enabled and improve tests Exported symbols are added as GC roots in linking, so `--gc-sections` won't hurt `-Zexport-executable-symbols`. Fixes the run-make test to work on Linux. Enable the ui test on more targets. cc rust-lang/rust#84161
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.