fuck you llvm 13

This commit is contained in:
aflpp
2021-02-13 10:53:40 +01:00
parent 129a5adaf1
commit 1ba5d1008e

View File

@ -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);