<div dir="ltr"><div dir="ltr">On Mon, Jul 15, 2019 at 3:04 PM Shoaib Meenai <<a href="mailto:smeenai@fb.com">smeenai@fb.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I thought the party line was that clang-cl was the officially prescribed way to build MSVC ABI code, and using the gcc-style driver was supported in a best-effort way. E.g. see <a href="https://reviews.llvm.org/D43700" rel="noreferrer" target="_blank">https://reviews.llvm.org/D43700</a>:<br>
<br>
"While we still don't claim to support clang on Windows without the cl driver, this is a straightforward patch to make things slightly better for people who want to go this route anyway."<br>
<br>
Has that changed now?<br></blockquote><div><br></div><div>I'd say it has changed, and I'd recommend using whatever command line works best with each project's existing build system. The main missing feature from the clang driver these days is a way to select the CRT, an equivalent to /MT&co.</div><div></div></div></div>