[PATCH] [compiler-rt] Implement AddressSanitizer suppressions
Sergey Matveev
earthdok at google.com
Thu Dec 4 16:25:13 PST 2014
================
Comment at: lib/sanitizer_common/sanitizer_suppressions.cc:27
@@ -27,1 +26,3 @@
+ "deadlock", "vptr_check", "interceptor_name", "interceptor_via_function",
+ "interceptor_via_library"};
----------------
My $.02: we have "called_from_lib" and "interceptor_via_library". We also have "interceptor_via_function" here and "fun" in the blacklist syntax. Maybe use "lib" and "fun" everywhere for consistency?
http://reviews.llvm.org/D6280
More information about the llvm-commits
mailing list