[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 Aug 1 18:17:24 PDT 2017
kcc added a comment.
AFAICT, libFuzzer on Windows has no active users or contributors.
If you ask me, I would prefer to
a) disable check-fuzzer on the windows bot
b) complete the migration from llvm to compiler-rt, while preserving the status quo only on Linux and Mac
c) let anyone who cares about windows (if anyone left) fix it once the dust settles.
The same also applies to our recent discussion around r309646 where the windows part is blocking me.
Reid, Zack, WDYT?
Repository:
rL LLVM
https://reviews.llvm.org/D27869
More information about the llvm-commits
mailing list