about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2018-07-05 06:44:16 +0000
committerbors <bors@rust-lang.org>2018-07-05 06:44:16 +0000
commit6fc21e55766bbcdb0279e6f8a63bdc9859b6e0fc (patch)
treeadffa6ef66cfad894f8bfadc93c327ae59ee235c /src/libstd/sys/unix/stack_overflow.rs
parentc865d3934cbcf5c0d77d955a73711bd3700a57c7 (diff)
parent31ed5c7a01d9826c10bdd166ffcd23efd95b1efe (diff)
downloadrust-6fc21e55766bbcdb0279e6f8a63bdc9859b6e0fc.tar.gz
rust-6fc21e55766bbcdb0279e6f8a63bdc9859b6e0fc.zip
Auto merge of #51936 - japaric:rust-lld, r=alexcrichton
rename rustc's lld to rust-lld

to not shadow the system installed LLD when linking with LLD.

Before:

- `-C linker=lld -Z linker-flavor=ld.lld` uses rustc's LLD
- It's not possible to use a system installed LLD that's named `lld`

With this commit:

- `-C linker=rust-lld -Z linker-flavor=ld.lld` uses rustc's LLD
- `-C linker=lld -Z linker-flavor=ld.lld` uses the system installed LLD

we don't offer guarantees about the availability of LLD in the rustc sysroot so we can rename the tool as long as we don't break the wasm32-unknown-unknown target which depends on it.

r? @alexcrichton we discussed this before
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions