[PATCH] D83494: [libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked.
Dokyung Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 17:35:03 PDT 2020
dokyungs marked 2 inline comments as done.
dokyungs added inline comments.
================
Comment at: compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp:86
+ s2++;
+ }
+ return 0;
----------------
morehouse wrote:
> Lot's of common code with `internal_strncmp`. Let's factor it out into a helper function.
Factored it out into a new function: `internal_strcmp_strncmp`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83494/new/
https://reviews.llvm.org/D83494
More information about the cfe-commits
mailing list