[PATCH] D15080: [asan] Reports suppressions for ASan recovery mode (compiler-rt part).

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 07:59:27 PST 2015


m.ostepenko created this revision.
m.ostepenko added reviewers: kcc, eugenis, samsonov.
m.ostepenko added subscribers: ygribov, llvm-commits.
m.ostepenko set the repository for this revision to rL LLVM.

This is the compiler-rt part of suppression functionality for ASan recovery mode (here is the LLVM core part: http://reviews.llvm.org/D15079).

In current implementation, I'm trying to reuse UBSan approach with SourceLocations, so moving SourceLocation class definition from ubsan to sanitizer_common sources.

Repository:
  rL LLVM

http://reviews.llvm.org/D15080

Files:
  lib/asan/asan_flags.inc
  lib/asan/asan_globals.cc
  lib/asan/asan_interface_internal.h
  lib/asan/asan_report.cc
  lib/asan/asan_rtl.cc
  lib/sanitizer_common/sanitizer_source_location.h
  lib/ubsan/ubsan_value.h
  test/asan/TestCases/Posix/halt_on_error-torture-2.cc
  test/asan/TestCases/Posix/halt_on_error-torture.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15080.41396.patch
Type: text/x-patch
Size: 17764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151130/527e4ca2/attachment.bin>


More information about the llvm-commits mailing list