This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository openmp.
from 1d64a30 fixed typo in comment new 3fd0cf1 [OpenMP] Enable ThreadSanitizer to check OpenMP programs
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: runtime/CMakeLists.txt | 9 ++- runtime/cmake/config-ix.cmake | 6 ++ runtime/src/CMakeLists.txt | 2 + runtime/src/exports_so.txt | 3 + runtime/src/kmp_barrier.cpp | 29 +++++++ runtime/src/kmp_config.h.cmake | 4 + runtime/src/kmp_lock.cpp | 39 ++++++++-- runtime/src/kmp_runtime.c | 2 + runtime/src/kmp_tasking.c | 27 ++++++- runtime/src/tsan_annotations.c | 63 ++++++++++++++++ runtime/src/tsan_annotations.h | 168 +++++++++++++++++++++++++++++++++++++++++ runtime/src/z_Linux_util.c | 4 + 12 files changed, 346 insertions(+), 10 deletions(-) create mode 100644 runtime/src/tsan_annotations.c create mode 100644 runtime/src/tsan_annotations.h