about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-31 18:32:33 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-31 18:32:33 +0200
commit17e1a72b3b5869852c406a3767d6eef5ce6132bd (patch)
treee92a9a495b8186f4c9776cdae49f4f1cfc78c605 /llvm_mode/afl-clang-fast.c
parent3e6471b949d17c54d7806d8da109a1218d6f2eee (diff)
parente4de4e350009584f5cdb8cf4c47a79fff9358cad (diff)
downloadafl++-17e1a72b3b5869852c406a3767d6eef5ce6132bd.tar.gz
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index 281d6b4b..ccdbca9d 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -670,11 +670,11 @@ static void edit_params(u32 argc, char **argv, char **envp) {
 
   }
 
-#ifndef __APPLE__
+  #ifndef __APPLE__
   if (!shared_linking)
     cc_params[cc_par_cnt++] =
         alloc_printf("-Wl,--dynamic-list=%s/dynamic_list.txt", obj_path);
-#endif
+  #endif
 
 #endif