This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 3df7fc170 Revert "Add Clang dependency to the check for Clang C++ headers." new 3d2a81a38 tsan: don't pass bogus PCs to __tsan_symbolize_external
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/tsan/rtl/tsan_rtl.h | 4 ++-- lib/tsan/rtl/tsan_rtl_report.cc | 26 ++++++++++++++++++--- lib/tsan/rtl/tsan_trace.h | 2 ++ test/tsan/double_race.cc | 52 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 79 insertions(+), 5 deletions(-) create mode 100644 test/tsan/double_race.cc