<div dir="ltr">On Sat, Jan 10, 2015 at 10:28 PM, Jim Porter <span dir="ltr"><<a href="mailto:jvp4846@g.rit.edu" target="_blank">jvp4846@g.rit.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know there's been a lot of exciting work on getting clang to run on Windows, and (I think) work to make clang-on-Linux produce Windows binaries, but I'm not entirely sure what the current status is. I'm not terribly concerned about mimicking MSVC bugs, but it would be nice to compile some of my C++14 projects for Windows (preferably using libc++, since that's the only C++14-compliant standard lib I know of at the moment).<br></blockquote><div><br></div><div>How do you intend to build libc++?  Do you intend to build it against MSVC as the C library?  This is certainly possible, but this isn't fully complete yet.  Getting this work completed would be a great place to start.  I would recommend that if you were to go down this route, you use the latest SDK and Visual Studio (for MSVC).  They have added many missing pieces which are needed.</div><div><br></div><div>Assuming that you are fine with creating a custom environment for building, the i686-windows-itanium target assumes that you have a Linux like sysroot setup with the C library headers in /usr/include and an appropriately named bfd linker in /usr/bin.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a good place to keep track of this work? I'd be happy to help out as well, if there are any smallish tasks that need doing.<br></blockquote><div><br></div><div>There is an outstanding patch to support case insensitivity on case sensitive file systems that Ive not had the time to give attention to.</div><div><br></div><div>Another aspect which matters is what architecture are you looking at?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- Jim<br>
<br>
______________________________<u></u>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div>
</div></div>