about summary refs log tree commit diff
path: root/llvm_mode/README.instrument_file.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-31 20:20:30 +0200
committervan Hauser <vh@thc.org>2020-07-31 20:20:30 +0200
commit593940c39a3838b072863b7093ed31f92846cfcb (patch)
treedc16b1d7d595c63c8e206b5665191acd0113b5b0 /llvm_mode/README.instrument_file.md
parent8ea19d4266dab5c6c88336119be40529ed148c8f (diff)
downloadafl++-593940c39a3838b072863b7093ed31f92846cfcb.tar.gz
refer to llvm 12 for partial instrumentation for PCGUARD
Diffstat (limited to 'llvm_mode/README.instrument_file.md')
-rw-r--r--llvm_mode/README.instrument_file.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm_mode/README.instrument_file.md b/llvm_mode/README.instrument_file.md
index 29c40eec..46e45ba2 100644
--- a/llvm_mode/README.instrument_file.md
+++ b/llvm_mode/README.instrument_file.md
@@ -18,6 +18,8 @@ For this purpose, I have added a "partial instrumentation" support to the LLVM
 mode of AFLFuzz that allows you to specify on a source file level which files
 should be compiled with or without instrumentation.
 
+Note: When using PCGUARD mode - and have llvm 12+ - you can use this instead:
+https://clang.llvm.org/docs/SanitizerCoverage.html#partially-disabling-instrumentation
 
 ## 2) Building the LLVM module