summaryrefslogtreecommitdiff
path: root/lib/dfsan/done_abilist.txt
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-05-23 01:56:39 +0000
committerKostya Serebryany <kcc@google.com>2015-05-23 01:56:39 +0000
commit1cc9bbb81c4e4eb09444cd233cb622e180b6cadc (patch)
tree1bcd3b4b4b359687acd6f6dde4fee22d201357a9 /lib/dfsan/done_abilist.txt
parent52417d03d254236eaa19f02c0341d1b5acff9e09 (diff)
[dfsan] ignore more __sanitizer callbacks
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@238085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/dfsan/done_abilist.txt')
-rw-r--r--lib/dfsan/done_abilist.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/dfsan/done_abilist.txt b/lib/dfsan/done_abilist.txt
index 8d3a1c333..e6c077ff1 100644
--- a/lib/dfsan/done_abilist.txt
+++ b/lib/dfsan/done_abilist.txt
@@ -267,11 +267,9 @@ fun:reflect.makeFuncStub=discard
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
+# Ignores all other __sanitizer callbacks.
+fun:__sanitizer_*=uninstrumented
+fun:__sanitizer_*=discard
# Don't add extra parameters to the Fuzzer callback.
fun:LLVMFuzzerTestOneInput=uninstrumented