Merge pull request #1713 from kenohassler/wafl-mode

llvm-lto: allow skipping initialisation
This commit is contained in:
van Hauser
2023-04-25 08:21:42 +02:00
committed by GitHub
3 changed files with 8 additions and 3 deletions

View File

@ -2099,6 +2099,8 @@ int main(int argc, char **argv, char **envp) {
"bb\n"
" AFL_REAL_LD: use this lld linker instead of the compiled in "
"path\n"
" AFL_LLVM_LTO_SKIPINIT: don't inject initialization code "
"(used in WAFL mode)\n"
"If anything fails - be sure to read README.lto.md!\n");
#endif