diff options
author | van Hauser <vh@thc.org> | 2019-07-26 10:35:58 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-26 10:35:58 +0200 |
commit | 8f4f45c524d217236a2e64be0d95d0a6de11df9c (patch) | |
tree | 034f618365e033dbf477b98d30dec96547aff6f8 /llvm_mode | |
parent | db2392b77872d47343cbedc032d642dc1d876563 (diff) | |
download | afl++-8f4f45c524d217236a2e64be0d95d0a6de11df9c.tar.gz |
incorporated most of the 2.53b changes
Diffstat (limited to 'llvm_mode')
-rw-r--r-- | llvm_mode/README.llvm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm_mode/README.llvm b/llvm_mode/README.llvm index 00528a46..a0c40211 100644 --- a/llvm_mode/README.llvm +++ b/llvm_mode/README.llvm @@ -205,10 +205,8 @@ post-process the assembly or install any compiler plugins. See: http://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards -As of this writing, the feature is only available on SVN trunk, and is yet to -make it to an official release of LLVM. Nevertheless, if you have a -sufficiently recent compiler and want to give it a try, build afl-clang-fast -this way: +If you have a sufficiently recent compiler and want to give it a try, build +afl-clang-fast this way: AFL_TRACE_PC=1 make clean all |