<br><div class="gmail_quote">On Fri, Jun 8, 2012 at 9:33 AM, Kim Gräsman <span dir="ltr"><<a href="mailto:kim.grasman@gmail.com" target="_blank">kim.grasman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Nikola,<br>
<div class="im"><br></div><div class="im">
> So if I<br>
> have a 32bit Clang running on my Windows x64 and I'm targeting x64, it will<br>
> use a cross tools which is wrong! How can I detect this?<br>
<br>
</div>It should work, though, thanks to 32-bit virtualization, right?<br>
<span class="HOEnZb"><font color="#888888"><br>
- Kim<br>
</font></span></blockquote></div><br><div>Not really, default triple represents Clang's default target. I'm using 32-bit Clang on 64-bit Windows and this will work as long as I target x86. But if I target x64 the code that I have right now will select the cross tools. The check should be the same, but this information should be about the OS, not the default target.</div>

<div><br></div><div>Any ideas Anton?</div>