K 10 svn:author V 11 arichardson K 8 svn:date V 27 2020-08-26T09:19:44.581399Z K 7 svn:log V 228 Fix builds that set LD=ld.lld after r364761 When using relative paths for the linker we have to transform the name since clang does not like -fuse-ld=ld.lld and instead requires -fuse-ld=lld (the same also applies for ld.bfd). END