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 13fa657a8 [NFC][TSan][libdispatch] Rename tsan_block_context_t -> block [...] new ee5ab260e [Sanitizer] Add 'dispatch' feature to be used in compiler-rt tests new 5fbcfd131 [NFC][TSan] Add libdispatch tests for non-Darwin platforms new f9cd4e11c [TSan][Linux] Fix libdispatch interception macros compilation errors
The 3 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: CMakeLists.txt | 1 + lib/tsan/rtl/tsan_libdispatch.cc | 26 +++++++++++++--------- test/lit.common.cfg | 4 ++++ test/lit.common.configured.in | 1 + .../{Darwin/gcd-apply-race.mm => gcd-apply-race.c} | 8 ++++--- test/tsan/{Darwin/gcd-apply.mm => gcd-apply.c} | 12 +++++++--- test/tsan/{Darwin/gcd-data.mm => gcd-data.c} | 12 ++++++---- .../dispatch_main.mm => gcd-dispatch_main.c} | 9 ++++++-- ...ce_deadlock.mm => gcd-dispatch_once_deadlock.c} | 12 ++++++---- ...roups-destructor.mm => gcd-groups-destructor.c} | 6 +++-- .../gcd-groups-leave.mm => gcd-groups-leave.c} | 8 ++++--- .../gcd-groups-stress.mm => gcd-groups-stress.c} | 14 +++++++----- test/tsan/{Darwin/gcd-once.mm => gcd-once.c} | 10 +++++---- ...-semaphore-norace.mm => gcd-semaphore-norace.c} | 18 +++++++++------ .../gcd-source-serial.mm => gcd-source-serial.c} | 8 +++++-- test/tsan/{Darwin/gcd-suspend.mm => gcd-suspend.c} | 8 +++++-- 16 files changed, 106 insertions(+), 51 deletions(-) copy test/tsan/{Darwin/gcd-apply-race.mm => gcd-apply-race.c} (86%) copy test/tsan/{Darwin/gcd-apply.mm => gcd-apply.c} (79%) copy test/tsan/{Darwin/gcd-data.mm => gcd-data.c} (85%) copy test/tsan/{Darwin/dispatch_main.mm => gcd-dispatch_main.c} (84%) copy test/tsan/{Darwin/dispatch_once_deadlock.mm => gcd-dispatch_once_deadlock.c} (79%) copy test/tsan/{Darwin/gcd-groups-destructor.mm => gcd-groups-destructor.c} (91%) copy test/tsan/{Darwin/gcd-groups-leave.mm => gcd-groups-leave.c} (91%) copy test/tsan/{Darwin/gcd-groups-stress.mm => gcd-groups-stress.c} (83%) copy test/tsan/{Darwin/gcd-once.mm => gcd-once.c} (88%) copy test/tsan/{Darwin/gcd-semaphore-norace.mm => gcd-semaphore-norace.c} (73%) copy test/tsan/{Darwin/gcd-source-serial.mm => gcd-source-serial.c} (89%) copy test/tsan/{Darwin/gcd-suspend.mm => gcd-suspend.c} (90%)