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

Rui Ueyama via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 20:30:15 PST 2018


ruiu added a comment.

> 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?

Maybe he is using clang (not clang-cl) and want to use ld.lld.exe instead of lld-link?


Repository:
  rC Clang

https://reviews.llvm.org/D43621





More information about the cfe-commits mailing list