Hi,<div><br></div><div>Take a look at <a href="http://lld.llvm.org">http://lld.llvm.org</a>.  It is the documentation for a planned new linker which will eventually support PE-COFF as well as ELF and so on.  I know that somebody is working on this, but it is my impression that help is very much needed.</div>
<div><br></div><div>From what I know, the Microsoft C++ ABI is not supported so you'll only get away with linking trivial applications using the Microsoft linker.  If you want to do advanced C++, you need to use the Mingw32 header files, libraries, and linker.  I have tried all the major combinations and the only one that works well at this time is Mingw32 and a 32-bit version of Clang.</div>
<div><br></div><div><br></div><div>Cheers,</div><div>Mikael<br><br><div class="gmail_quote">2012/6/12 Cesar Mello <span dir="ltr"><<a href="mailto:cmello@gmail.com" target="_blank">cmello@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
At the time I did that test, I was so excited that I didn't realize I was using the MS linker. That does not impact my excitment, but I'm curious if linkers are in the scope of LLVM, and if a Windows linker is planned.<div>

<br></div><div>Thanks!</div><div><br></div><div>Best regards</div><div>Mello</div><div><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 10:22 AM, Cesar Mello <span dir="ltr"><<a href="mailto:cmello@gmail.com" target="_blank">cmello@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oh thank you so much Dmitry! It worked perfectly!<div><br></div><div>clang -c test.cpp</div><div>link test.o user32.lib msvcrt.lib msvcprt.lib</div>

<div><br></div><div>clang and llvm are awesome! Congratulations to all for the great work!!!</div>
<div><br></div><div>Best regards</div><div><span><font color="#888888">Mello</font></span><div><div><br><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 8:01 AM, r4start <span dir="ltr"><<a href="mailto:r4start@gmail.com" target="_blank">r4start@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On 06/06/2012 14:54, Cesar Mello wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It compiles nicely, but fails to link. Please can you tell me how to specify user32 and gdi32 libraries for the linker? Sorry if I'm being too newbie. :-)<br>
</blockquote></div>
For example like this<br>
link test.obj user32.lib msvcrt.lib msvcprt.lib<br>
<br>
 - Dmitry Sokolov.<br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br><br></blockquote></div>
</div>