Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support using unversioned lld as linker too (#8189)
* Support using unversioend lld as linker too On Fedora and RHEL the `lld` executable is the plain unversioned `lld`. That's also usable as a linker if it's recent enough. See dotnet/runtime#58959 (comment) for more details and discussion. * Query clang's -fuse-ld to decide whether lld is okay to use Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com> Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
- Loading branch information