[PATCH] D48087: [TSan] Report proper error on allocator failures instead of CHECK(0)-ing

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 13:08:02 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT334975: [TSan] Report proper error on allocator failures instead of CHECK(0)-ing (authored by alekseyshl, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48087?vs=150985&id=151778#toc

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48087

Files:
  lib/tsan/rtl/tsan_mman.cc
  lib/tsan/rtl/tsan_new_delete.cc
  lib/tsan/rtl/tsan_rtl.h
  lib/tsan/rtl/tsan_stack_trace.cc
  lib/tsan/rtl/tsan_stack_trace.h
  lib/tsan/tests/unit/tsan_mman_test.cc
  test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cc
  test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cc
  test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cc
  test/sanitizer_common/TestCases/allocator_returns_null.cc
  test/tsan/allocator_returns_null.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48087.151778.patch
Type: text/x-patch
Size: 24023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/0303941e/attachment.bin>


More information about the llvm-commits mailing list