[PATCH] D52167: [compiler-rt][TSan] Add TSan runtime support for Go on linux-aarch64.

Arnaud A. de Grandmaison via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 17 05:03:43 PDT 2018


aadg created this revision.
aadg added reviewers: kubamracek, dvyukov.
Herald added subscribers: Sanitizers, delcypher, kristof.beyls, mgorny, dberris, mcrosier.
Herald added a reviewer: javed.absar.

This patch adds TSan runtime support for Go on linux-aarch64
platforms. This enables people working on golang to implement their
platform/language part of the TSan support.

Basic testing is done with lib/tsan/go/buildgo.sh. Additional testing will be
done as part of the work done in the Go project.

Patch by Fangming Fang <Fangming.Fang at arm.com>.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D52167

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: D52167.165743.patch
Type: text/x-patch
Size: 7545 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180917/451294d5/attachment.bin>


More information about the llvm-commits mailing list