diff options
author | van Hauser <vh@thc.org> | 2019-07-16 08:51:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-16 08:51:00 +0200 |
commit | 995eb0cd7972e2179ea9fe727d3c89d0b552c111 (patch) | |
tree | 15bcfb9c413641845310f4ba9cd90592edbcb406 /llvm_mode/README.llvm | |
parent | 9f079658769a0edb775006ba5088cb7fcc3f89e6 (diff) | |
download | afl++-995eb0cd7972e2179ea9fe727d3c89d0b552c111.tar.gz |
deprecate afl-gcc
Diffstat (limited to 'llvm_mode/README.llvm')
-rw-r--r-- | llvm_mode/README.llvm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm_mode/README.llvm b/llvm_mode/README.llvm index 779ff47c..aaa7b81f 100644 --- a/llvm_mode/README.llvm +++ b/llvm_mode/README.llvm @@ -3,6 +3,7 @@ Fast LLVM-based instrumentation for afl-fuzz ============================================ (See ../docs/README for the general instruction manual.) + (See ../gcc_plugin/README.gcc for the GCC-based instrumentation.) 1) Introduction --------------- @@ -30,7 +31,7 @@ several interesting properties: - The instrumentation can cope a bit better with multi-threaded targets. - Because the feature relies on the internals of LLVM, it is clang-specific - and will *not* work with GCC. + and will *not* work with GCC (see ../gcc_plugin/ for an alternative). Once this implementation is shown to be sufficiently robust and portable, it will probably replace afl-clang. For now, it can be built separately and |