<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jul 3, 2015 at 6:13 AM, Edward Diener <span dir="ltr"><<a href="mailto:eldlistmailingz@tropicsoft.com" target="_blank">eldlistmailingz@tropicsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 6/25/2015 2:13 PM, Yaron Keren wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
See <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D5268&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=CnzuN65ENJ1H9py9XLiRvC_UQz6u3oG6GUNn7_wosSM&m=AItHo8p__ZKRtsr_Y2YzWR9lqli3wPXsIyPkX1v00lw&s=uu-7dwhBJyybUlP5mtGvCiSyiL3ryxdpMxAF6OMDLJw&e=" rel="noreferrer" target="_blank">http://reviews.llvm.org/D5268</a><br>
<<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D5268&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=CnzuN65ENJ1H9py9XLiRvC_UQz6u3oG6GUNn7_wosSM&m=YgSrUuiAhPt76cF_h_LXb8Mg84W8p9nMvUiL3koHKP4&s=aW_6t6KDGfo5hO6NiTn5Hy9afNhzwfkX-BZHT9PtXmk&e=" rel="noreferrer" target="_blank">https://urldefense.proofpoint.com/v2/url?u=http-3A__reviews.llvm.org_D5268&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=CnzuN65ENJ1H9py9XLiRvC_UQz6u3oG6GUNn7_wosSM&m=YgSrUuiAhPt76cF_h_LXb8Mg84W8p9nMvUiL3koHKP4&s=aW_6t6KDGfo5hO6NiTn5Hy9afNhzwfkX-BZHT9PtXmk&e=</a>><br>
</blockquote>
<br>
I can see that the patch has been applied officially to the latest clang source. It's in the latest code when I update llvm/clang. Thanks very much !<br>
<br>
But how do I use it ?<br>
<br>
Am I supposed to be able to build clang using a mingw-64 distro in my PATH ?<br>
<br>
When I compile with clang how do I tell it to use the mingw-64 headers and RTL ? Does it matter whether the mingw-64 distro is 32 bit or 64 bit ?<br>
<br>
Do I need to have the mingw-64 distro at c:\mingw ?<br>
<br>
I am willing to test this for clang and report back results here, since I can easily switch between mingw-64 distros ( 4.8.4, 4.9.2, 5.1 ) and I test a number of Boost libraries including my own with clang, but I need a little information on how to do it.<br></blockquote><div><br></div><div>It works by looking for 'gcc' on PATH and then assuming that it is in the bin directory of a mingw installation. It will back out of that directory and look relative to it for headers and libraries. Will that work?</div></div></div></div>