[PATCH] D27656: [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query pointer types and allocation stacks of heap pointers

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 10:02:59 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL290119: [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query… (authored by kuba.brecka).

Changed prior to commit:
  https://reviews.llvm.org/D27656?vs=81667&id=81969#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27656

Files:
  compiler-rt/trunk/lib/tsan/rtl/tsan_debugging.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_interface.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
  compiler-rt/trunk/test/tsan/debug_alloc_stack.cc
  compiler-rt/trunk/test/tsan/debug_locate.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27656.81969.patch
Type: text/x-patch
Size: 8541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161219/a1835526/attachment.bin>


More information about the llvm-commits mailing list