[PATCH] D11484: [compiler] [tsan] Enable tsan for aarch64

Adhemerval Zanella adhemerval.zanella at linaro.org
Mon Aug 3 13:45:45 PDT 2015


zatrazz updated this revision to Diff 31262.
zatrazz added a comment.

Updated patch now that __builtin_thread_pointer is supported on clang/llvm.  I also disabled the 'rtl/TsanRtlTest/Posix.ThreadLocalAccesses' for now, since it shows failures with high thread number (current 8, with 4 it shows no issue).


http://reviews.llvm.org/D11484

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
  lib/tsan/rtl/tsan_rtl.h
  lib/tsan/tests/rtl/tsan_posix.cc
  test/tsan/ignore_lib0.cc
  test/tsan/ignore_lib1.cc
  test/tsan/ignore_lib3.cc
  test/tsan/longjmp.cc
  test/tsan/longjmp2.cc
  test/tsan/longjmp3.cc
  test/tsan/longjmp4.cc
  test/tsan/map32bit.cc
  test/tsan/mmap_large.cc
  test/tsan/signal_longjmp.cc
  test/tsan/test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11484.31262.patch
Type: text/x-patch
Size: 17381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150803/1f986a5f/attachment.bin>


More information about the llvm-commits mailing list