[cfe-dev] Linking in clang on Windows
Hans Wennborg
hans at chromium.org
Wed Oct 9 13:13:54 PDT 2013
On Wed, Oct 9, 2013 at 12:41 PM, Edward Diener
<eldlistmailingz at tropicsoft.com> wrote:
> Using clang on Windows what program is supposed to be called to do the link
> step after compilation ?
One has to use the link.exe that comes with Visual Studio.
There is work in progress to build a Windows-compatible linker based
on LLVM, called lld (http://lld.llvm.org/), but it's not ready yet.
Thanks,
Hans
More information about the cfe-dev
mailing list