<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 14, 2014 at 12:51 PM, Devid <span dir="ltr"><<a href="mailto:DevOmem@web.de" target="_blank">DevOmem@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
if I understand this correct this mean that it is no longer possible to use<br>
Itanium ABI on windows ?<br>
I hope I understand this wrong else this really bad news.<br>
<br>
Right now we are using Itanium ABI for clang-cl.exe just because it is<br>
stable.<br>
But we are also using it in custom Cling project and there is no easy way to<br>
use (even if it was complete)  MS-ABI.<br></blockquote><div><br></div><div>No, if you want the Itanium C++ ABI, use *-*-mingw32 in the triple.</div><div><br></div><div>This change effectively eliminates two possible invalid option combinations:</div>
<div>mingw + -cxx-abi microsoft (silly)</div><div>win32 + -cxx-abi itanium (clang's old default)</div><div><br></div><div>Both of these ABIs were invalid and subtly broken, as they were a combination of some C ABI rules covered by the triple and some C++ ABI rules covered by the other flag.</div>
</div></div></div>