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

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 16 11:06:54 PDT 2017


thakis added a comment.

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?


https://reviews.llvm.org/D30991





More information about the cfe-commits mailing list