Rename sanitizers suppression files.

Bug: webrtc:11680
Change-Id: Idc5b0644ecf1368c5e070d92120c66487855cf31
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178382
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31627}
This commit is contained in:
Mirko Bonadei 2020-06-29 16:16:49 +02:00 committed by Commit Bot
parent 54d7e1f6f3
commit 2a8932020e
4 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@ asan_suppressions_file = "//build/sanitizers/asan_suppressions.cc"
lsan_suppressions_file = "//tools_webrtc/sanitizers/lsan_suppressions_webrtc.cc"
tsan_suppressions_file = "//tools_webrtc/sanitizers/tsan_suppressions_webrtc.cc"
msan_blacklist_path =
rebase_path("//tools_webrtc/msan/blacklist.txt", root_build_dir)
rebase_path("//tools_webrtc/msan/suppressions.txt", root_build_dir)
ubsan_blacklist_path =
rebase_path("//tools_webrtc/ubsan/blacklist.txt", root_build_dir)
rebase_path("//tools_webrtc/ubsan/suppressions.txt", root_build_dir)
ubsan_vptr_blacklist_path =
rebase_path("//tools_webrtc/ubsan/vptr_blacklist.txt", root_build_dir)
rebase_path("//tools_webrtc/ubsan/vptr_suppressions.txt", root_build_dir)
# For Chromium, Android 32-bit non-component, non-clang builds hit a 4GiB size
# limit, making them requiring symbol_level=2. WebRTC doesn't hit that problem