[compiler-rt] [compiler-rt] Move sanitizer ignorelists to sanitizer-ignorelists target (PR #200518)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Sun May 31 18:50:03 PDT 2026


================
@@ -0,0 +1,56 @@
+# The sanitizer ignorelists are default special-case lists that the Clang
+# driver passes to the compiler (via -fsanitize-system-ignorelist) when the
+# corresponding sanitizer is enabled. They are consumed by the compiler rather
+# than linked into any runtime library, so they are built by their own target
+# that does not depend on the sanitizer runtimes and can be built on its own.
+add_compiler_rt_component(sanitizer-ignorelists)
+
+set(SANITIZER_IGNORELIST_FILES
+  asan_ignorelist.txt
----------------
vitalybuka wrote:

why swiftlang care about these and not ubsan_* or tsan_* ?

https://github.com/llvm/llvm-project/pull/200518


More information about the llvm-commits mailing list