diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-19 11:05:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-19 11:05:49 +0200 |
commit | 3b5fa3632b0e482b2915709d7fbec827e1d997b9 (patch) | |
tree | 07338ec82703c20cc1f78a235ac3ad16e2465bf1 /instrumentation/README.llvm.md | |
parent | 86a8ef168dda766d2f25f15c15c4d3ecf21d0667 (diff) | |
download | afl++-3b5fa3632b0e482b2915709d7fbec827e1d997b9.tar.gz |
drop support for llvm < 6.0
Diffstat (limited to 'instrumentation/README.llvm.md')
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index adce6c1d..0937a328 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -6,7 +6,7 @@ ## 1) Introduction -! llvm_mode works with llvm versions 3.4 up to 12 ! +! llvm_mode works with llvm versions 6.0 up to 12 ! The code in this directory allows you to instrument programs for AFL using true compiler-level instrumentation, instead of the more crude |