about summary refs log tree commit diff
path: root/src/tools/lld-wrapper/Cargo.toml
AgeCommit message (Collapse)AuthorLines
2022-05-25Simplify implementation of `-Z gcc-ld`Vadim Petrochenkov-6/+0
- The logic is now unified for all targets (wasm targets should also be supported now) - Additional "symlink" files like `ld64` are eliminated - lld-wrapper is used for propagating the correct lld flavor - Cleanup "unwrap or exit" logic in lld-wrapper
2021-10-07Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavorHans Kratz-0/+11
The wrapper is installed as `ld` and `ld64` in the `lib\rustlib\<host_target>\bin\gcc-ld` directory and its sole purpose is to invoke `rust-lld` in the parent directory with the correct flavor.