diff --git a/command/check_linker.pm b/command/check_linker.pm index 4d5e9a6bf..feb702418 100644 --- a/command/check_linker.pm +++ b/command/check_linker.pm @@ -42,6 +42,9 @@ sub Run ($) if(lc $linker eq "ld"){ system("ld -v"); } + elsif(lc $linker eq "ld.lld"){ + system("ld.lld -v"); + } elsif(lc $linker eq "ilink32"){ system("ilink32 -v"); }