forked from OSchip/llvm-project
627e2c0dd7
Summary: TSan and MSan need to know if interceptor was called by the user code or by the symbolizer and use pre- and post-symbolization hooks for that. Make Symbolizer class responsible for calling these hooks instead. This would ensure the hooks are only called when necessary (during in-process symbolization, they are not needed for out-of-process) and save specific sanitizers from tracing all places in the code where symbolization will be performed. Reviewers: eugenis, dvyukov Reviewed By: eugenis CC: llvm-commits Differential Revision: http://llvm-reviews.chandlerc.com/D2067 llvm-svn: 193807 |
||
---|---|---|
.. | ||
benchmarks | ||
go | ||
lit_tests | ||
rtl | ||
tests | ||
CMakeLists.txt | ||
Makefile.mk | ||
Makefile.old | ||
analyze_libtsan.sh | ||
check_analyze.sh | ||
check_cmake.sh |