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:33:08 +0100
committervan Hauser <vh@thc.org>2020-03-09 08:33:08 +0100
commit6a6dd84b3987a05e1ba094a5f56fb8131dec9a7b (patch)
tree8dc15407c96fbc945a8593bfe8710100d3fdc8e7 /llvm_mode/afl-clang-fast.c
parent36ce9c1fb977eb6e2b0cd35846457ff0af045b99 (diff)
downloadafl++-6a6dd84b3987a05e1ba094a5f56fb8131dec9a7b.tar.gz
more detail to the fact that LTO mode can fail easily
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index 849a4417..14ce00f8 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -610,7 +610,8 @@ 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",
+      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");