about summary refs log tree commit diff
path: root/llvm_mode/README.lto.md
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_mode/README.lto.md')
-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.