about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
authorHexcoder <heiko@hexco.de>2019-06-03 23:20:47 +0200
committerHexcoder <heiko@hexco.de>2019-06-03 23:20:47 +0200
commitb4678b77f1e090e78935a50c98a4493ee2abda09 (patch)
treeed68a4b136c7ade8138531ca556b7702e2b5460e /llvm_mode/afl-clang-fast.c
parentb3a504248f566e089175b5b42b0bd78c9148993a (diff)
downloadafl++-b4678b77f1e090e78935a50c98a4493ee2abda09.tar.gz
fix llvm compatibility problems. Should compile now with llvm 3.8.0
up to llvm 8.0
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c2
1 files changed, 0 insertions, 2 deletions
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";