rust/compiler/rustc_codegen_ssa
bors 1d99508b52 Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkov
Fix#84467 linker_args with --target=sparcv9-sun-solaris

Trying to cross-compile for sparcv9-sun-solaris
getting a error message for -zignore

Introduced when -z -ignore was seperated here
22d0ab0

No formatting done

Reproduce

``` bash
rustup target add sparcv9-sun-solaris
cargo new --bin hello && cd hello && cargo run --target=sparcv9-sun-solaris
```

config.toml

[target.sparcv9-sun-solaris]
linker = "gcc"
2021-05-06 07:02:06 +00:00
..
src Auto merge of #84468 - iladin:iladin/fix-84467, r=petrochenkov 2021-05-06 07:02:06 +00:00
Cargo.toml Use tempfile 2021-04-23 15:33:57 -07:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.