about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-31 17:53:01 +0200
committervan Hauser <vh@thc.org>2020-07-31 17:53:01 +0200
commit185f4436598aacb3f25736ce6eb53309d1d9472f (patch)
tree0243091f8296ccb3460c620ccc816a75e3bbd7e5 /llvm_mode/afl-clang-fast.c
parentc101a3f5abf0b813e4bf1e848022835bc558d084 (diff)
downloadafl++-185f4436598aacb3f25736ce6eb53309d1d9472f.tar.gz
add LTO AFL_LLVM_DOCUMENT_IDS feature
Diffstat (limited to 'llvm_mode/afl-clang-fast.c')
-rw-r--r--llvm_mode/afl-clang-fast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c
index dca11bf3..a2550d2c 100644
--- a/llvm_mode/afl-clang-fast.c
+++ b/llvm_mode/afl-clang-fast.c
@@ -890,6 +890,8 @@ int main(int argc, char **argv, char **envp) {
         "AFL_NO_BUILTIN: compile for use with libtokencap.so\n"
         "AFL_PATH: path to instrumenting pass and runtime "
         "(afl-llvm-rt.*o)\n"
+        "AFL_LLVM_DOCUMENT_IDS: document edge IDs given to which function (LTO "
+        "only)\n"
         "AFL_QUIET: suppress verbose output\n"
         "AFL_USE_ASAN: activate address sanitizer\n"
         "AFL_USE_CFISAN: activate control flow sanitizer\n"