[compiler-rt] r331908 - [dfsan] add one more sanitizer-coverage hook to the whitelist

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 11:35:10 PDT 2018


Author: kcc
Date: Wed May  9 11:35:09 2018
New Revision: 331908

URL: http://llvm.org/viewvc/llvm-project?rev=331908&view=rev
Log:
[dfsan] add one more sanitizer-coverage hook to the whitelist

Modified:
    compiler-rt/trunk/lib/dfsan/done_abilist.txt

Modified: compiler-rt/trunk/lib/dfsan/done_abilist.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/dfsan/done_abilist.txt?rev=331908&r1=331907&r2=331908&view=diff
==============================================================================
--- compiler-rt/trunk/lib/dfsan/done_abilist.txt (original)
+++ compiler-rt/trunk/lib/dfsan/done_abilist.txt Wed May  9 11:35:09 2018
@@ -297,6 +297,8 @@ fun:__sanitizer_update_counter_bitset_an
 fun:__sanitizer_update_counter_bitset_and_clear_counters=discard
 fun:__sanitizer_cov_trace_pc*=uninstrumented
 fun:__sanitizer_cov_trace_pc*=discard
+fun:__sanitizer_cov_pcs_init=uninstrumented
+fun:__sanitizer_cov_pcs_init=discard
 
 # Ignores the dfsan wrappers.
 fun:__dfsw_*=uninstrumented




More information about the llvm-commits mailing list