[PATCH] D42198: [Sanitizers] Make common allocator agnostic to failure handling modes.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 15:23:21 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322784: [Sanitizers] Make common allocator agnostic to failure handling modes. (authored by alekseyshl, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D42198

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/hwasan/hwasan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/msan/msan_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_combined.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_internal.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_secondary.h
  compiler-rt/trunk/lib/sanitizer_common/tests/sanitizer_allocator_test.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42198.130294.patch
Type: text/x-patch
Size: 18229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/1715d6c2/attachment.bin>


More information about the llvm-commits mailing list