about summary refs log tree commit diff
path: root/src/afl-cc.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-04-25 08:21:42 +0200
committerGitHub <noreply@github.com>2023-04-25 08:21:42 +0200
commitb66d7f99a790af6f25f815a9d8780c26c63e7686 (patch)
tree5aa9ace34c056b3acbc27c15a2d6a25c5ab82e66 /src/afl-cc.c
parent46237c33322bbe92d35436718b37062f5c1a8cb6 (diff)
parent7c3c0b26d1ae477fbae6944c0de18256621e1993 (diff)
downloadafl++-b66d7f99a790af6f25f815a9d8780c26c63e7686.tar.gz
Merge pull request #1713 from kenohassler/wafl-mode
llvm-lto: allow skipping initialisation
Diffstat (limited to 'src/afl-cc.c')
-rw-r--r--src/afl-cc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index 7f15ad76..d1001187 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -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