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.
Paths
| Differential D31907
[tsan] Init TSAN from FuncEntry AbandonedPublic Authored by vitalybuka on Apr 10 2017, 2:45 PM.
Details
Summary It's possible to create binaries with instrumented code which is called before This patch replaces r270873. r270873 does not work with Google code.
Diff Detail
Event TimelineComment Actions Existing .preinit_array makes sense and consistent with other sanitizes.
Revision Contents
Diff 94747 lib/tsan/CMakeLists.txt
lib/tsan/rtl/tsan_preinit.cc
lib/tsan/rtl/tsan_rtl.cc
test/tsan/Linux/check_preinit.cc
|