improve docs, enable laf compare if float is set

This commit is contained in:
van Hauser
2020-07-29 12:58:02 +02:00
parent f32811922e
commit 22921c493f
6 changed files with 51 additions and 6 deletions

View File

@ -268,7 +268,8 @@ static void edit_params(u32 argc, char **argv, char **envp) {
}
if (getenv("LAF_SPLIT_COMPARES") || getenv("AFL_LLVM_LAF_SPLIT_COMPARES")) {
if (getenv("LAF_SPLIT_COMPARES") || getenv("AFL_LLVM_LAF_SPLIT_COMPARES") ||
getenv("AFL_LLVM_LAF_SPLIT_FLOATS")) {
cc_params[cc_par_cnt++] = "-Xclang";
cc_params[cc_par_cnt++] = "-load";