about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-09 08:51:37 +0100
committervan Hauser <vh@thc.org>2020-03-09 08:51:37 +0100
commit9f89bbd5ec7c151e5c4e9fe4069e6bc0922b8aa7 (patch)
tree16cec606447fb29b9fa34a48a2417ed51fd68bcd /llvm_mode/afl-clang-fast.c
parent6a6dd84b3987a05e1ba094a5f56fb8131dec9a7b (diff)
downloadafl++-9f89bbd5ec7c151e5c4e9fe4069e6bc0922b8aa7.tar.gz
reactivated LTO persistent mode to test.sh
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c7
1 files changed, 4 insertions, 3 deletions
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");