Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Wishlist: Link parity with lld instead of ld #9000

@niklasad1

Description

@niklasad1

The benchmarks of linking with ldd instead of ld looks interesting (see rust-lang/rust#50584),

Now, ldd is shipped on nightly but is not stabilized yet rust-lang/rust#39915 (comment)

However, if you have clang and ldd installed you can test it by:

export RUSTFLAGS="-Clinker=clang -Clink-arg=-fuse-ld=lld" 
time cargo build

TODO: _present benchmarks here_

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions