davidchisnall wrote: > > What is the motivation for this? We have been installing LLD as ld on > > FreeBSD for about ten years, setting the default to ld.lld seems like it > > will make it harder to move to a different linker in the future for no > > benefit. > > What about setting the defaultLinker to /usr/bin/ld?
I think that would lead to confusion when different versions of clang and lld are installed via packages. That isn't handled very well at the moment either. https://github.com/llvm/llvm-project/pull/190596 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
