<div dir="ltr"><div>As far as the compiler goes, Windows support is pretty complete:</div><div><a href="http://clang.llvm.org/docs/MSVCCompatibility.html#abi-features">http://clang.llvm.org/docs/MSVCCompatibility.html#abi-features</a><br></div><div><br></div><div>LLD is also able to self-link and link other large projects. Chromium has been the main test case so far.</div><div><br></div><div>You still need the Windows SDK and MSVC for the CRT, rc.exe, mt.exe, and some other stuff.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 2, 2016 at 9:48 AM, Aaron Gray via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</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>
I am wondering what the status of Clang++ and LLVM on the Windows platform ?<br>
<br>
When I last saw what the state was there was not proper linking and<br>
more recently heard that the Structured Exception Handling was not<br>
working.<br>
<br>
The status page seems somewhat out of date ?<br>
<br>
Many thanks in advance,<br>
<br>
Aaron<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div>