Add a new wrapper for LLD on Windows.
This copies and passes through all arguments, after switching the executable to lld-bin/lld.exe instead. We have to do this because the Windows LLD needs a 64-bit version of its support DLLs, while the other tools only use conflicting 32-bit DLLs. Bug: 148267171 Test: wine out/host/windows-x86/bin/lld.exe ... Merged-In: I0da5d0c3d28f14dc893560c086e682ca4ca7d55a Change-Id: I0da5d0c3d28f14dc893560c086e682ca4ca7d55a (cherry picked from commit a4f47d35db870557f3d28f5f486c32734a1c0c76) (cherry picked from commit aaf6cc4baf7bd9884531b78ee69055e4c94c1917)
Loading