[PATCH] D43025: [tsan] Add support for linux/powerpc64 in buildgo.sh

Carlos Eduardo Seo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 08:43:55 PST 2018


cseo created this revision.
Herald added subscribers: Sanitizers, llvm-commits, delcypher, hintonda, mgorny, nemanjai, kubamracek.

The current implementation of the Go sanitizer only works on x86_64. Added
some modifications to the buildgo.sh script and the Tsan code to make it
work on powerpc64/linux.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43025

Files:
  lib/tsan/CMakeLists.txt
  lib/tsan/go/buildgo.sh
  lib/tsan/rtl/tsan_platform.h
  lib/tsan/rtl/tsan_platform_linux.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43025.133224.patch
Type: text/x-patch
Size: 14543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/ffc1b143/attachment.bin>


More information about the llvm-commits mailing list