Skip to content

Commit

Permalink
fuck you llvm 13
Browse files Browse the repository at this point in the history
  • Loading branch information
aflpp committed Feb 13, 2021
1 parent 129a5ad commit 1ba5d10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/afl-cc.c
Expand Up @@ -554,6 +554,11 @@ static void edit_params(u32 argc, char **argv, char **envp) {

}

#if LLVM_MAJOR >= 13
// fuck you llvm 13
cc_params[cc_par_cnt++] = "-fno-experimental-new-pass-manager";
#endif

if (lto_mode && !have_c) {

u8 *ld_path = strdup(AFL_REAL_LD);
Expand Down

0 comments on commit 1ba5d10

Please sign in to comment.