about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-17 18:13:34 +0200
committerGitHub <noreply@github.com>2023-04-17 18:13:34 +0200
commita785328630b9e011dfcccd4ec3d6737744bfb352 (patch)
treef2b1de26d36b69450d7d164fa0f2d2ea33ffd4aa /compiler/rustc_codegen_llvm/src
parenteb0524615c615a2bcaeb7f4998e340771b550669 (diff)
parent7a07c749a5d424bad109c8e1601257e7406fe9ae (diff)
downloadrust-a785328630b9e011dfcccd4ec3d6737744bfb352.tar.gz
rust-a785328630b9e011dfcccd4ec3d6737744bfb352.zip
Rollup merge of #110337 - iterion:patch-1, r=jyn514
Correct default value for default-linker-libraries

This setting is false by default according to rustc code here: https://github.com/rust-lang/rust/blob/master/compiler/rustc_session/src/options.rs#L1236

I tested on a project and confirmed the behavior described. First, with no value, the `-nodefaultlibs` linker flag is present. Setting this to false has no effect, as well. The linker flag still appears. Setting it to true removes the linker flag as expected.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions