diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-05-31 20:06:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 20:06:35 +0200 |
commit | 21c8b225719835d8e4fecdb8bd6f42e61ea0600b (patch) | |
tree | 46e844356f7cf88c08f9f9907caa11656a24f416 /src | |
parent | 1a2da67ed0505c9ac0aa1048ba3d607f3c1aa639 (diff) | |
parent | 97a1f89881878db9bd6b4cd666b3447a63818dcf (diff) | |
download | afl++-21c8b225719835d8e4fecdb8bd6f42e61ea0600b.tar.gz |
Merge pull request #948 from AFLplusplus/going_atomic
Going atomic
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-cc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index 8af8e7b0..6be6e165 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -1777,6 +1777,7 @@ int main(int argc, char **argv, char **envp) { SAYF( "\nLLVM/LTO/afl-clang-fast/afl-clang-lto specific environment " "variables:\n" + " AFL_LLVM_THREADSAFE_INST: instrument with thread safe counters\n" COUNTER_BEHAVIOUR |