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

Adrian McCarthy via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 10:35:40 PST 2018


amccarth added a comment.

> Right now, we have to add an .exe suffix when using this switch, like -fuse-ld=lld.exe.

That's weird, because lots of lldb tests compile and link test binaries on Windows with `-fuse-ld=lld` (without the `.exe`).  What makes you say the `.exe` is necessary?


Repository:
  rC Clang

https://reviews.llvm.org/D43621





More information about the cfe-commits mailing list