diff options
Diffstat (limited to 'llvm_mode/README.md')
-rw-r--r-- | llvm_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/README.md b/llvm_mode/README.md index 806f0269..ee6e51b5 100644 --- a/llvm_mode/README.md +++ b/llvm_mode/README.md @@ -73,7 +73,7 @@ operating mode of AFL, e.g.: Be sure to also include CXX set to afl-clang-fast++ for C++ code. The tool honors roughly the same environmental variables as afl-gcc (see -../docs/env_variables.txt). This includes AFL_USE_ASAN, +[docs/env_variables.md](../docs/env_variables.md)). This includes AFL_USE_ASAN, AFL_HARDEN, and AFL_DONT_OPTIMIZE. However AFL_INST_RATIO is not honored as it does not serve a good purpose with the more effective instrim CFG analysis. |