[PATCH] D30991: [Driver] Fix cross compiling with Visual Studio 2017

Zachary Turner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 16 11:08:09 PDT 2017


zturner added a comment.

In https://reviews.llvm.org/D30991#702965, @thakis wrote:

> When you say "cross-compiling", you mean targeting Windows while running on non-Windows, right? How do dlls get loaded there at all?
>
> Also, when does clang invoke link.exe? Normally on Windows the linker is invoked directly, no through the compiler driver. Are you using clang.exe instead of clang-cl.exe?


I think he means "targeting x86 using an x64 toolchain", but yes, some clarification would be helpful.  Also, which DLLs (specifically) are we talking about?


https://reviews.llvm.org/D30991





More information about the cfe-commits mailing list