[PATCH] D27234: [libFuzzer] Diff 4 - Split FuzzerUtil implementation for Posix and Windows.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 14:08:58 PST 2016
kcc added inline comments.
================
Comment at: lib/Fuzzer/FuzzerUtil.h:64
+#if LIBFUZZER_WINDOWS
+const void *memmem(const void *haystack, size_t haystacklen,
----------------
No such ifdefs, please.
Can this be moved to the win-specific file?
Repository:
rL LLVM
https://reviews.llvm.org/D27234
More information about the llvm-commits
mailing list