If /dll is passed, the default output filename should be foo.dll, not foo.exe.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The test is now failing on the bots: Adding /dll means that lld now calls lib.exe to make an import library, and lib.exe isn't on the path (and on non-Windows bots, not even available). Do you have a suggestion for how to fix this? Do I revert the change to the test file (and then maybe reland it once generating import libraries doesn't rely on lib.exe anymore)? Are there tests for import library generation? How do these handle that?
Comment Actions
I added a "REQUIRES: winlib" in r266935 which will probably help; looks like that what other tests do.
Comment Actions
Yes, that's adding the REQUIRES is we do for testing features that depend on lib.exe.