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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 11:08:34 PST 2015


kcc added a comment.

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

The was this is done in ubsan is not necassary the best way for asan. 
ubsan was initially designed to work with no or very lightweight run-time.


Repository:
  rL LLVM

http://reviews.llvm.org/D15079





More information about the llvm-commits mailing list