mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
reactivated LTO persistent mode to test.sh
This commit is contained in:
@ -610,9 +610,10 @@ int main(int argc, char** argv, char** envp) {
|
||||
callname, BIN_PATH, BIN_PATH, LLVM_VERSION, LLVM_BINDIR);
|
||||
|
||||
if (strcmp(callname, "afl-clang-lto") == 0)
|
||||
SAYF("Compiled with linker target \"%s\" and LTO flags \"%s\"\n\n"
|
||||
"If anything fails - be sure to read README.lto.md!\n\n",
|
||||
AFL_REAL_LD, AFL_CLANG_FLTO);
|
||||
SAYF(
|
||||
"Compiled with linker target \"%s\" and LTO flags \"%s\"\n\n"
|
||||
"If anything fails - be sure to read README.lto.md!\n\n",
|
||||
AFL_REAL_LD, AFL_CLANG_FLTO);
|
||||
|
||||
SAYF("\n");
|
||||
|
||||
|
Reference in New Issue
Block a user