Skip to content

Commit 7c44558

Browse files
committed
Add ld.lld as linker
* command/check_linker.pm:
1 parent 94adbe9 commit 7c44558

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

command/check_linker.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ sub Run ($)
4242
if(lc $linker eq "ld"){
4343
system("ld -v");
4444
}
45+
elsif(lc $linker eq "ld.lld"){
46+
system("ld.lld -v");
47+
}
4548
elsif(lc $linker eq "ilink32"){
4649
system("ilink32 -v");
4750
}

0 commit comments

Comments
 (0)