[Openmp-commits] [PATCH] D13072: [OpenMP] Enable ThreadSanitizer to check OpenMP programs

Simone via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 13 13:37:56 PDT 2016


simoatze updated this revision to Diff 74576.
simoatze added a comment.
Herald added subscribers: mgorny, beanz.

We rewrote the annotations file to deal with the license issue.

If configured defining the following variable

-D LIBOMP_TSAN_SUPPORT=TRUE

the annotations will be enabled in the main shared library (same mechanism of OMPT).


https://reviews.llvm.org/D13072

Files:
  runtime/CMakeLists.txt
  runtime/src/CMakeLists.txt
  runtime/src/exports_so.txt
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_lock.cpp
  runtime/src/kmp_runtime.c
  runtime/src/kmp_tasking.c
  runtime/src/tsan_annotations.c
  runtime/src/tsan_annotations.h
  runtime/src/z_Linux_util.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13072.74576.patch
Type: text/x-patch
Size: 39256 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20161013/761ef2c7/attachment-0001.bin>


More information about the Openmp-commits mailing list