[LLVMdev] Is there a separate linker for LLVM in Windows?
Michael Spencer
bigcheesegs at gmail.com
Sat Oct 15 12:26:42 PDT 2011
On Sat, Oct 15, 2011 at 7:38 AM, Thomson <lilotom at gmail.com> wrote:
> I just found that some samples used link.exe from Visual Studio to generate
> the final image, does LLVM has a replacement for link.exe to generate the
> final binary?
>
> --
> Thanks
> Thomson
Not currently, but a linker is being worked on.
Is there any reason why link.exe is undesirable? You can also use ld from MinGW.
- Michael Spencer
More information about the llvm-dev
mailing list