1# If you change this file, then you will need to do a clean build (gn clean) in order 2# for it to go into effect. This is not a problem with Bazel builds, only GN ones. 3# 4# https://clang.llvm.org/docs/SanitizerSpecialCaseList.html#format 5# libpng and zlib both dereference under-aligned pointers. 6# TODO: it'd be nice to tag these as [alignment] only but our Mac toolchain can't yet. 7# [alignment] 8src:.*third_party/externals/libpng/intel/filter_sse2_intrinsics.c 9src:.*third_party/externals/zlib/deflate.c 10