aboutsummaryrefslogtreecommitdiff
path: root/llvm_mode
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-18 18:01:33 +0200
committerhexcoder- <heiko@hexco.de>2019-10-18 18:01:33 +0200
commitb1822f26022c323e4b47198abbb7d5f5ea6a57e5 (patch)
treedc0e102cb46976311f6b5708148a21dca93b1a8a /llvm_mode
parentf4a74a3405d140e81111657ca28b994c5758286c (diff)
downloadAFLplusplus-b1822f26022c323e4b47198abbb7d5f5ea6a57e5.tar.gz
reintegrate gcc_plugin
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/README.whitelist.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/README.whitelist.md b/llvm_mode/README.whitelist.md
index 6a5770c2..72fb5d09 100644
--- a/llvm_mode/README.whitelist.md
+++ b/llvm_mode/README.whitelist.md
@@ -64,7 +64,7 @@ a2.cpp
but it might lead to files being unwantedly instrumented if the same filename
exists somewhere else in the project directories.
-The created whitelist file is then set to AFL_INST_WHITELIST when you compile
+The created whitelist file is then set to AFL_LLVM_WHITELIST when you compile
your program. For each file that didn't match the whitelist, the compiler will
issue a warning at the end stating that no blocks were instrumented. If you
didn't intend to instrument that file, then you can safely ignore that warning.