about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-25 09:14:30 +0200
committervan Hauser <vh@thc.org>2020-05-25 09:14:30 +0200
commit3eef1560a277e0a2003f58824285d4bfec754ff7 (patch)
tree72af33c7be5c857c3220b70485b02fddd4749a33
parentfc574086ec8beff72a032f73884fb9f1f0d02f47 (diff)
downloadafl++-3eef1560a277e0a2003f58824285d4bfec754ff7.tar.gz
remove not needed error description
-rw-r--r--llvm_mode/README.lto.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm_mode/README.lto.md b/llvm_mode/README.lto.md
index 4790c167..99bcc50d 100644
--- a/llvm_mode/README.lto.md
+++ b/llvm_mode/README.lto.md
@@ -18,9 +18,6 @@ This version requires a current llvm 11 compiled from the github master.
    note that if that target uses _init functions or early constructors then
    also set `AFL_LLVM_MAP_DYNAMIC=1` as your target will crash otherwise
 
-6. If you get the error `error: Invalid record` at link time you must decide
-   between LTO or cmplog/laf-intel
-
 ## Introduction and problem description
 
 A big issue with how afl/afl++ works is that the basic block IDs that are
@@ -157,13 +154,6 @@ and on some target you have to to AR=/RANLIB= even for make as the configure scr
 Other targets ignore environment variables and need the parameters set via
 `./configure --cc=... --cxx= --ranlib= ...` etc. (I am looking at you ffmpeg!).
 
-### error: Invalid record
-
-This error only occurs if cmplog or laf-intel were activated.
-If you see the error `error: Invalid record` at link time then an
-instrumentation went wrong. You now must choose, either use afl-clang-fast
-and keep cmplog/laf-intel, or drop cmplog/laf-intel and keep using afl-clang-lto.
-
 ### compiling programs still fail
 
 afl-clang-lto is still work in progress.