[PATCH] D27869: [libFuzzer] Diff 24 - Use clang as linker in Windows, to properly include sanitizer libraries.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 27 16:21:17 PST 2016
kcc added a comment.
In https://reviews.llvm.org/D27869#631524, @rnk wrote:
> In https://reviews.llvm.org/D27869#631353, @kcc wrote:
>
> > I greatly dislike the need for such a change.
> > What is the command line with just clang-cl (no cmake) to build libFuzzer.lib?
>
>
> To build an executable using libFuzzer, or to build the static archive libFuzzer.lib?
I was asking about "build the static archive libFuzzer.lib" but actually I'd like to see both.
Repository:
rL LLVM
https://reviews.llvm.org/D27869
More information about the llvm-commits
mailing list