[automerger skipped] [DO NOT MERGE] Duplicate blacklist to ignorelist file am: 932b7f56d9 am: c8a9d71439 -s ours

am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/platform/prebuilts/clang/host/linux-x86/+/15881093

Change-Id: I376f3c5ae68da509dab17729dfc66ee1d2f2471f
diff --git a/lib64/clang/12.0.7/share/asan_ignorelist.txt b/lib64/clang/12.0.7/share/asan_ignorelist.txt
deleted file mode 100644
index c25921f..0000000
--- a/lib64/clang/12.0.7/share/asan_ignorelist.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Blacklist for AddressSanitizer. Turns off instrumentation of particular
-# functions or sources. Use with care. You may set location of blacklist
-# at compile-time using -fsanitize-blacklist=<path> flag.
-
-# Example usage:
-# fun:*bad_function_name*
-# src:file_with_tricky_code.cc
-# global:*global_with_bad_access_or_initialization*
-# global:*global_with_initialization_issues*=init
-# type:*Namespace::ClassName*=init
-
-# Stack buffer overflow in VC/INCLUDE/xlocnum, see http://goo.gl/L4qqUG
-fun:*_Find_elem@*@std*
diff --git a/lib64/clang/12.0.7/share/cfi_ignorelist.txt b/lib64/clang/12.0.7/share/cfi_ignorelist.txt
deleted file mode 100644
index 4a0f039..0000000
--- a/lib64/clang/12.0.7/share/cfi_ignorelist.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-[cfi-unrelated-cast]
-# The specification of std::get_temporary_buffer mandates a cast to
-# uninitialized T* (libstdc++, MSVC stdlib).
-fun:_ZSt20get_temporary_buffer*
-fun:*get_temporary_buffer@.*@std@@*
-
-# STL address-of magic (libstdc++).
-fun:*__addressof*
-
-# Windows C++ stdlib headers that contain bad unrelated casts.
-src:*xmemory0
-src:*xstddef
-
-# std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace() (libstdc++).
-# This ctor is used by std::make_shared and needs to cast to uninitialized T*
-# in order to call std::allocator_traits<T>::construct.
-fun:_ZNSt23_Sp_counted_ptr_inplace*
diff --git a/lib64/clang/12.0.7/share/hwasan_ignorelist.txt b/lib64/clang/12.0.7/share/hwasan_ignorelist.txt
deleted file mode 100644
index 395ba28..0000000
--- a/lib64/clang/12.0.7/share/hwasan_ignorelist.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-# Blacklist for HWAddressSanitizer. Turns off instrumentation of particular
-# functions or sources. Use with care. You may set location of blacklist
-# at compile-time using -fsanitize-blacklist=<path> flag.
-
-# Example usage:
-# fun:*bad_function_name*
-# src:file_with_tricky_code.cc
diff --git a/lib64/clang/12.0.7/share/msan_ignorelist.txt b/lib64/clang/12.0.7/share/msan_ignorelist.txt
deleted file mode 100644
index 3efef57..0000000
--- a/lib64/clang/12.0.7/share/msan_ignorelist.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-# Blacklist for MemorySanitizer. Turns off instrumentation of particular
-# functions or sources. Use with care. You may set location of blacklist
-# at compile-time using -fsanitize-blacklist=<path> flag.
-
-# Example usage:
-# fun:*bad_function_name*
-# src:file_with_tricky_code.cc
-
-# https://bugs.llvm.org/show_bug.cgi?id=31877
-fun:__gxx_personality_*