[PATCH] D31907: [tsan] Init TSAN from FuncEntry

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 14:45:40 PDT 2017


vitalybuka created this revision.
Herald added subscribers: mgorny, kubamracek.

It's possible to create binaries with instrumented code which is called before
regular TSAN interceptors.

This patch replaces r270873. r270873 does not work with Google code.


https://reviews.llvm.org/D31907

Files:
  lib/tsan/CMakeLists.txt
  lib/tsan/rtl/tsan_preinit.cc
  lib/tsan/rtl/tsan_rtl.cc
  test/tsan/Linux/check_preinit.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31907.94745.patch
Type: text/x-patch
Size: 4355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/37d00093/attachment.bin>


More information about the llvm-commits mailing list