[PATCH] D83494: [libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked.
Mitch Phillips via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 14 15:29:15 PDT 2020
hctim accepted this revision.
hctim marked an inline comment as done.
hctim added a comment.
LGTM
================
Comment at: compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp:52
+// NOLINTNEXTLINE
+void __sanitizer_weak_hook_memcmp(void *, const void *, const void *, size_t,
+ int);
----------------
hctim wrote:
> Why not `#include <sanitizer/common_interface_defs.h>` (and below)?
The comment above is obsolete - please mark as done before closing out the patch.
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