remove not needed error description

This commit is contained in:
van Hauser
2020-05-25 09:14:30 +02:00
parent fc574086ec
commit 3eef1560a2

View File

@ -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.