summaryrefslogtreecommitdiff
path: root/hfuzz_cc/hfuzz-cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hfuzz_cc/hfuzz-cc.c')
-rw-r--r--hfuzz_cc/hfuzz-cc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hfuzz_cc/hfuzz-cc.c b/hfuzz_cc/hfuzz-cc.c
index 288d0406..f4cae56f 100644
--- a/hfuzz_cc/hfuzz-cc.c
+++ b/hfuzz_cc/hfuzz-cc.c
@@ -395,11 +395,9 @@ static int ldMode(int argc, char** argv) {
/* Pull modules defining the following symbols (if they exist) */
#ifdef _HF_ARCH_DARWIN
- args[j++] = "-Wl,-U,_HonggfuzzNetDriver_main";
args[j++] = "-Wl,-U,_LIBHFUZZ_module_instrument";
args[j++] = "-Wl,-U,_LIBHFUZZ_module_memorycmp";
#else /* _HF_ARCH_DARWIN */
- args[j++] = "-Wl,-u,HonggfuzzNetDriver_main";
args[j++] = "-Wl,-u,LIBHFUZZ_module_instrument";
args[j++] = "-Wl,-u,LIBHFUZZ_module_memorycmp";
#endif /* _HF_ARCH_DARWIN */