summaryrefslogtreecommitdiffstats
path: root/compiler-rt
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
commit05425a88cd26c19af6c454f2604fdfc453020c58 (patch)
treec3d5ca132affc38007ef676bd53706faf83cd414 /compiler-rt
parent68b3f307782986c3ea0031e9fb9a97bb9b5a1a8c (diff)
downloadbcm5719-llvm-05425a88cd26c19af6c454f2604fdfc453020c58.tar.gz
bcm5719-llvm-05425a88cd26c19af6c454f2604fdfc453020c58.zip
[dfsan] ignore more __sanitizer callbacks
llvm-svn: 238085
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/lib/dfsan/done_abilist.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/compiler-rt/lib/dfsan/done_abilist.txt b/compiler-rt/lib/dfsan/done_abilist.txt
index 8d3a1c3337c..e6c077ff120 100644
--- a/compiler-rt/lib/dfsan/done_abilist.txt
+++ b/compiler-rt/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
OpenPOWER on IntegriCloud