[PATCH] [compiler-rt] Implement AddressSanitizer suppressions

Alexander Potapenko glider at google.com
Fri Nov 21 02:03:06 PST 2014


I agree with Alexey.
As we discussed previously, suppressions should not be used to suppress errors in instrumented code (just because it's not possible to recover after calling a noreturn version of __asan_report_error).
Therefore we shouldn't allow "asan_function", and "asan_library" should only ignore reports in the interceptors (I suggest to rename it accordingly).

http://reviews.llvm.org/D6280






More information about the llvm-commits mailing list