<div dir="rtl"><div dir="ltr">clang can function in two different modes on Windows, MinGW compatible or Visual C++ compatible.</div><div dir="ltr">The object formats are not compatible. The Windows installer for LLVM includes a clang toolchain for Visual C++.</div>

<div dir="ltr">There is no ready MinGW-based current clang toolchain available, some based on older clang.</div><div dir="ltr"><br></div><div dir="ltr">What are you trying to achieve?</div><div dir="ltr"><br></div><div dir="ltr">

<br></div><div class="gmail_extra" dir="ltr"><br><br><div class="gmail_quote"><div>2014-05-08 14:35 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Am 08.05.2014 13:07, schrieb Yaron Keren:<div class=""><br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
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 also<br>
for other libraries, such as the unwinder.<br>
</blockquote>
<br></div>
using the MSVC linker would solve llds problem with COFFs - and the Microsoft headers seems to be useable by clang<br>
but i don't known the differences between MinGW C lib headers and microsoft and what is needed for the unwinder<br>
</blockquote></div><br></div></div>