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 f938294 Reapply r268840: [profile] Simplify value profile writing new 1b79d38 tsan: fix another crash due to processors
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_interceptors.cc | 1 + lib/tsan/rtl/tsan_mman.cc | 51 +++++++++++++++++++++++++-------------- lib/tsan/rtl/tsan_rtl.h | 10 ++++++++ lib/tsan/rtl/tsan_sync.cc | 13 ++++++---- test/tsan/lots_of_threads.c | 30 +++++++++++++++++++++++ 5 files changed, 82 insertions(+), 23 deletions(-) create mode 100644 test/tsan/lots_of_threads.c