| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-07 | fix lld-wrapper lld flavor detection | Rémy Rakic | -5/+7 | |
| 2022-08-06 | Change implementation of `-Z gcc-ld` and `lld-wrapper` again | Vadim Petrochenkov | -16/+19 | |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -63/+38 | |
| - 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 | ||||
| 2022-02-19 | rustdoc: several minor fixes | mqy | -1/+1 | |
| 2021-10-07 | Add wrapper for -Z gcc-ld=lld to invoke rust-lld with the correct flavor | Hans Kratz | -0/+136 | |
| 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. | ||||
