<div dir="ltr">Hi Nico,<div><br></div><div>This seems to be causing a failure on the Windows-lld buildbot:</div><div><br></div><div>    <a href="http://lab.llvm.org:8011/builders/lld-x86_64-win7">http://lab.llvm.org:8011/builders/lld-x86_64-win7</a></div><div><br></div><div>Specifically the lld :: ELF/lto-plugin-ignore.s test. On Win10 and this commit, I get the following output for that test:</div><div><br></div><div>    ld.lld: error: --plugin-opt: ld.lld.exe: Unknown command line argument '-abc'.</div><div><br></div><div>Where the first ld.lld has successfully had the .exe suffix stripped, but not the second instance. This seems to be because parseClangOption in ELF/Driver.cpp passes the program name straight down to LLVMs command line parser, which then formats an error message with the .exe extension baked in.</div><div><br></div><div>--</div><div>Thanks,</div><div>Jeremy</div><div><br></div></div>