[PATCH] D43621: [Driver] Allow using a canonical form of '-fuse-ld=' when cross-compiling on Windows.

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 26 14:11:01 PST 2018


rnk added a comment.

In https://reviews.llvm.org/D43621#1019724, @ruiu wrote:

> This change looks good to me, but I think we shouldn't check in an executable binary file. Can you create `ld.foo.exe` in the test? Since you don't actually run ld.foo.exe, creating that executable should be very easy.


If I read the diff correctly, it is an empty file, so this should just work.


https://reviews.llvm.org/D43621





More information about the cfe-commits mailing list