From 9f89bbd5ec7c151e5c4e9fe4069e6bc0922b8aa7 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 9 Mar 2020 08:51:37 +0100 Subject: reactivated LTO persistent mode to test.sh --- llvm_mode/afl-clang-fast.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'llvm_mode/afl-clang-fast.c') diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index 14ce00f8..bd2579c0 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -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"); -- cgit 1.4.1