[PATCH] D21378: [asan] suppress new-delete-type-mismatch per ASAN_OPTIONS suppressions settings

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 10:05:04 PDT 2016


kcc added a comment.

Looking at it more carefully I think it should look like

src:/my/path/*=new_delete_type_mismatch
fun:foo*=new_delete_type_mismatch


https://reviews.llvm.org/D21378





More information about the llvm-commits mailing list