[compiler-rt] r365841 - Use clang driver for libfuzzer tests on Windows

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 15:25:30 PDT 2019


On Mon, Jul 15, 2019 at 3:04 PM Shoaib Meenai <smeenai at fb.com> wrote:

> 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 https://reviews.llvm.org/D43700:
>
> "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."
>
> Has that changed now?
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190715/186fba0e/attachment.html>


More information about the llvm-commits mailing list