forked from OSchip/llvm-project
[dfsan] Ignore dfsan origin wrappers when instrumenting code
This commit is contained in:
parent
666df2e2cb
commit
aaab444179
|
@ -402,3 +402,5 @@ fun:__sanitizer_cov_pcs_init=discard
|
||||||
# Ignores the dfsan wrappers.
|
# Ignores the dfsan wrappers.
|
||||||
fun:__dfsw_*=uninstrumented
|
fun:__dfsw_*=uninstrumented
|
||||||
fun:__dfsw_*=discard
|
fun:__dfsw_*=discard
|
||||||
|
fun:__dfso_*=uninstrumented
|
||||||
|
fun:__dfso_*=discard
|
||||||
|
|
Loading…
Reference in New Issue