[PATCH] D19321: lld-link: Fix default output name with /dll flag.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 16:27:34 PDT 2016


thakis added a comment.

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?


http://reviews.llvm.org/D19321





More information about the llvm-commits mailing list