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 6adce92 Temporarily relax test expectations to fix failures on ppc64. new 416f4bd [tsan] Add support for C++ exceptions into TSan (call __tsan_ [...]
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.cc | 8 ++ test/tsan/exceptions.cc | 185 +++++++++++++++++++++++++++++++++++++++++++++++ test/tsan/test.h | 1 + 3 files changed, 194 insertions(+) create mode 100644 test/tsan/exceptions.cc