When cross-compiling to Windows using lld, we want the driver to invoke
it as lld-link rather than lld-link.exe. On Windows, the LLVM fs
functions take care of adding the .exe suffix where necessary, so we can
just drop the addition in the toolchain entirely.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6997 Build 6997: arc lint + arc unit