[PATCH] D12841: [LLVMdev] Compiler-RT - Enabling ThreadSanitizer on PPC64(BE/LE) platforms

Simone via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 15:58:02 PDT 2015


simoatze updated this revision to Diff 34846.
simoatze added a comment.

Inserted control for BE and LE when selecting the GLIBC version.


http://reviews.llvm.org/D12841

Files:
  cmake/config-ix.cmake
  lib/sanitizer_common/sanitizer_linux.cc
  lib/sanitizer_common/sanitizer_linux.h
  lib/sanitizer_common/sanitizer_linux_libcdep.cc
  lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  lib/tsan/rtl/tsan_interceptors.cc
  lib/tsan/rtl/tsan_platform.h
  lib/tsan/rtl/tsan_platform_linux.cc
  test/tsan/CMakeLists.txt
  test/tsan/map32bit.cc
  test/tsan/mmap_large.cc
  test/tsan/test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12841.34846.patch
Type: text/x-patch
Size: 9723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150915/ed4eac48/attachment.bin>


More information about the llvm-commits mailing list