mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 06:09:05 +00:00
29c6bd6e4f
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233613 91177308-0d34-0410-b5e6-96231b3b80d8
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
|