about summary refs log tree commit diff
path: root/llvm_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-26 10:35:58 +0200
committervan Hauser <vh@thc.org>2019-07-26 10:35:58 +0200
commit8f4f45c524d217236a2e64be0d95d0a6de11df9c (patch)
tree034f618365e033dbf477b98d30dec96547aff6f8 /llvm_mode
parentdb2392b77872d47343cbedc032d642dc1d876563 (diff)
downloadafl++-8f4f45c524d217236a2e64be0d95d0a6de11df9c.tar.gz
incorporated most of the 2.53b changes
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/README.llvm6
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