Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit fb1f871

Browse files
[docs] Update section on trace-pc-guard (#5)
1 parent fc0c101 commit fb1f871

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

llvm_mode/README.llvm

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ to read the fuzzed input and parse it; in some cases, this can offer a 10x+
9797
performance gain. You can implement delayed initialization in LLVM mode in a
9898
fairly simple way.
9999

100-
First, find a suitable location in the code where the delayed cloning can
100+
First, find a suitable location in the code where the delayed cloning can
101101
take place. This needs to be done with *extreme* care to avoid breaking the
102102
binary. In particular, the program will probably malfunction if you select
103103
a location after:
@@ -175,10 +175,8 @@ post-process the assembly or install any compiler plugins. See:
175175

176176
http://clang.llvm.org/docs/SanitizerCoverage.html#tracing-pcs-with-guards
177177

178-
As of this writing, the feature is only available on SVN trunk, and is yet to
179-
make it to an official release of LLVM. Nevertheless, if you have a
180-
sufficiently recent compiler and want to give it a try, build afl-clang-fast
181-
this way:
178+
If you have a sufficiently recent compiler and want to give it a try, build
179+
afl-clang-fast this way:
182180

183181
AFL_TRACE_PC=1 make clean all
184182

0 commit comments

Comments
 (0)