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

Simone via Openmp-commits openmp-commits at lists.llvm.org
Fri Oct 21 16:27:03 PDT 2016


simoatze updated this revision to Diff 75503.
simoatze marked 5 inline comments as done.
simoatze added a comment.
Herald added a subscriber: modocache.

I updated the patch according to the last comments.
I have tried to compile the runtime on PPC64LE and I was getting several compiling errors, does anybody have compiled the runtime on power recently?


https://reviews.llvm.org/D13072

Files:
  runtime/CMakeLists.txt
  runtime/cmake/config-ix.cmake
  runtime/src/CMakeLists.txt
  runtime/src/exports_so.txt
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_config.h.cmake
  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.75503.patch
Type: text/x-patch
Size: 40304 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20161021/492904dc/attachment-0001.bin>


More information about the Openmp-commits mailing list