<div dir="rtl"><div dir="ltr">I think it mostly works, but not 100%.</div><div dir="ltr"><br></div><div dir="ltr">Why use the combination of: clang compiler & Visual C++ link & Visual C++ C headers & libcxx C++ headers ?</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2014-05-08 15:28 GMT+03:00 Dennis Luehring <span dir="ltr"><<a href="mailto:dl.soluz@gmx.net" target="_blank">dl.soluz@gmx.net</a>></span>:</div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 08.05.2014 14:24, schrieb Yaron Keren:<div class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
clang can function in two different modes on Windows, MinGW compatible or<br>
Visual C++ compatible.<br>
The object formats are not compatible. The Windows installer for LLVM<br>
includes a clang toolchain for Visual C++.<br>
There is no ready MinGW-based current clang toolchain available, some based<br>
on older clang.<br>
<br>
What are you trying to achieve?<br>
</blockquote>
<br></div>
i just want to find out if its possible to get rid of MingGW using only clang & msvc-link & libc++ & MSVCRT<br>
or if there is much more work needed<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
2014-05-08 14:35 GMT+03:00 Dennis Luehring <<a href="mailto:dl.soluz@gmx.net" target="_blank">dl.soluz@gmx.net</a>>:<br>
<br>
> Am 08.05.2014 13:07, schrieb Yaron Keren:<br>
><br>
> clang (lld) can't link .o files (COFF) on Windows.<br>
>> MinGW is needed mainly for ld linker and for the C library headers but<br>
>> also<br>
>> for other libraries, such as the unwinder.<br>
>><br>
><br>
> using the MSVC linker would solve llds problem with COFFs - and the<br>
> Microsoft headers seems to be useable by clang<br>
> but i don't known the differences between MinGW C lib headers and<br>
> microsoft and what is needed for the unwinder<br>
><br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>