[PATCH] D28709: [libFuzzer] Leak Sanitizer is not supported for Windows.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 16:29:17 PST 2017


MSVC is set when clang-cl is used.  Also note that that's the only way to
compile libFuzzer at all on Windows.  Building with MSVC will not work
because MSVC does not support any sanitizers.

On Tue, Jan 17, 2017 at 4:15 PM Filipe Cabecinhas <filcab at gmail.com> wrote:

> What happens when compiling for windows with clang?
>
>  Filipe
>
> On Tue, 17 Jan 2017 at 23:29, Zachary Turner <zturner at google.com> wrote:
>
> libFuzzer doesn't use any of LLVM's cmake stuff so I don't think it has
> access to those variables.
>
> On Tue, Jan 17, 2017 at 3:27 PM Filipe Cabecinhas <filcab at gmail.com>
> wrote:
>
> Why test for MSVC if you want to test for Windows?
>
> Don't we have a LVM_ON_WIN32 or something?
>
> Thank you,
>
>  Filipe
>
> On Tue, 17 Jan 2017 at 21:12, Kostya Serebryany via Phabricator via
> llvm-commits <llvm-commits at lists.llvm.org> wrote:
>
> kcc accepted this revision.
>
> kcc added a comment.
>
> This revision is now accepted and ready to land.
>
>
>
> LGTM
>
>
>
>
>
> https://reviews.llvm.org/D28709
>
>
>
>
>
>
>
> _______________________________________________
>
> llvm-commits mailing list
>
> llvm-commits at lists.llvm.org
>
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170118/f65660f7/attachment.html>


More information about the llvm-commits mailing list