[PATCH] D15079: [asan] Reports suppressions for ASan recovery mode (LLVM core part).

Yury Gribov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 12:10:44 PST 2015


ygribov added a comment.

> Can't we just rely on __builtin_return_address to deduplicate reports?


You mean poison shadow of return address with some meaningful value? This would work although I'm scared of shared libraries (e.g. if they are unmapped, etc.).


Repository:
  rL LLVM

http://reviews.llvm.org/D15079





More information about the llvm-commits mailing list