about summary refs log tree commit diff
diff options
context:
space:
mode:
m---------qemu_mode/qemuafl0
-rw-r--r--src/afl-cc.c2
m---------unicorn_mode/unicornafl0
3 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl
deleted file mode 160000
-Subproject 21ff34383764a8c6f66509b3b8d5282468c721e
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 758b958b..e6a6718e 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -879,7 +879,7 @@ static void edit_params(u32 argc, char **argv, char **envp) {
 
 #ifndef __ANDROID__
 
-  if (compiler_mode != GCC) {
+  if (compiler_mode != GCC && compiler_mode != CLANG) {
 
     switch (bit_mode) {
 
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
deleted file mode 160000
-Subproject 8cca4801adb767dce7cf72202d7d25bdb420cf7