[PATCH] D31630: [tsan] Detect races on modifying accesses in Swift code

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 10:04:08 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL302050: [tsan] Detect races on modifying accesses in Swift code (authored by kuba.brecka).

Changed prior to commit:
  https://reviews.llvm.org/D31630?vs=97485&id=97674#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31630

Files:
  compiler-rt/trunk/include/sanitizer/tsan_interface.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_defs.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_external.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_interface.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_report.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_report.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_rtl_report.cc
  compiler-rt/trunk/test/tsan/Darwin/external-dups.cc
  compiler-rt/trunk/test/tsan/Darwin/external-swift.cc
  compiler-rt/trunk/test/tsan/Darwin/external.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31630.97674.patch
Type: text/x-patch
Size: 15781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170503/8be722ac/attachment.bin>


More information about the llvm-commits mailing list