final touches

This commit is contained in:
vanhauser-thc
2024-02-02 09:54:24 +01:00
parent 79080355ac
commit bd13d32437
2 changed files with 198 additions and 129 deletions

View File

@ -1103,8 +1103,6 @@ static void instrument_opt_mode_exclude(aflcc_state_t *aflcc) {
}
fprintf(stderr, "X %u %u\n", aflcc->compiler_mode, LTO);
if (aflcc->instrument_opt_mode && aflcc->compiler_mode != LLVM &&
!((aflcc->instrument_opt_mode & INSTRUMENT_OPT_CALLER) &&
aflcc->compiler_mode == LTO))