mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
fuck you llvm 13
This commit is contained in:
@ -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) {
|
if (lto_mode && !have_c) {
|
||||||
|
|
||||||
u8 *ld_path = strdup(AFL_REAL_LD);
|
u8 *ld_path = strdup(AFL_REAL_LD);
|
||||||
|
Reference in New Issue
Block a user