From b4678b77f1e090e78935a50c98a4493ee2abda09 Mon Sep 17 00:00:00 2001 From: Hexcoder Date: Mon, 3 Jun 2019 23:20:47 +0200 Subject: fix llvm compatibility problems. Should compile now with llvm 3.8.0 up to llvm 8.0 --- llvm_mode/afl-clang-fast.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm_mode/afl-clang-fast.c') diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index 4a082a55..1e2e04ea 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -296,8 +296,6 @@ static void edit_params(u32 argc, char** argv) { if (maybe_linking) { - cc_params[cc_par_cnt++] = "-Wl,-znodelete"; - if (x_set) { cc_params[cc_par_cnt++] = "-x"; cc_params[cc_par_cnt++] = "none"; -- cgit 1.4.1