about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2021-04-05 00:24:33 +0200
committerGitHub <noreply@github.com>2021-04-05 00:24:33 +0200
commit44e3ccb6dc08ca26efd980fc79d011ff1fcb2f94 (patch)
tree29af0cc0687c69cb155a4abc1b7eda0fcd4141fd /compiler/rustc_codegen_llvm/src
parent2ca5368628e72ef1e53bae29315e2ad368558f0d (diff)
parentc7264483e76d5d7dbc2448c1d3e188ce741f4718 (diff)
downloadrust-44e3ccb6dc08ca26efd980fc79d011ff1fcb2f94.tar.gz
rust-44e3ccb6dc08ca26efd980fc79d011ff1fcb2f94.zip
Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa
Remove attribute `#[link_args]`

Closes https://github.com/rust-lang/rust/issues/29596

The attribute could always be replaced with `-C link-arg`, but cargo didn't provide a reasonable way to pass such flags to rustc.
Now cargo supports `cargo:rustc-link-arg*` directives in build scripts (https://doc.rust-lang.org/cargo/reference/unstable.html#extra-link-arg), so this attribute can be removed.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions