mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
bf919ef6ab
Summary: This adds a simple DFSan-based (i.e. taint-guided) fuzzer mutator, see the comments for details. Test Plan: a test added Reviewers: samsonov, pcc Reviewed By: samsonov, pcc Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D8669 llvm-svn: 233613
13 lines
424 B
Plaintext
13 lines
424 B
Plaintext
# Replaces __sanitizer_cov_trace_cmp with __dfsw___sanitizer_cov_trace_cmp
|
|
fun:__sanitizer_cov_trace_cmp=custom
|
|
fun:__sanitizer_cov_trace_cmp=uninstrumented
|
|
|
|
# Ignores coverage callbacks.
|
|
fun:__sanitizer_cov=uninstrumented
|
|
fun:__sanitizer_cov=discard
|
|
fun:__sanitizer_cov_module_init=uninstrumented
|
|
fun:__sanitizer_cov_module_init=discard
|
|
|
|
# Don't add extra parameters to the Fuzzer callback.
|
|
fun:TestOneInput=uninstrumented
|