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

Simone via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 08:24:11 PDT 2015


simoatze created this revision.
simoatze added reviewers: wschmidt, kbarton, nemanjai, kcc, hfinkel.
simoatze added a subscriber: llvm-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

Enabling ThreadSaniitizer on PPC64(BE/LE) platforms. Currently the porting is at about 95%, considering that it's failing only 7 tests out of 257.
It looks like that all the failing tests are related to the system call setjmp.

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.34675.patch
Type: text/x-patch
Size: 12232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150914/08d7307d/attachment.bin>


More information about the llvm-commits mailing list