[TSan] Add SystemZ SANITIZER_GO support
authorIlya Leoshkevich <iii@linux.ibm.com>
Fri, 2 Jul 2021 00:49:30 +0000 (02:49 +0200)
committerIlya Leoshkevich <iii@linux.ibm.com>
Thu, 15 Jul 2021 10:18:48 +0000 (12:18 +0200)
commit9bf2e7eeebbd7524cfa3c448b40196fcd0a1a4cb
treef16bd10833e4905c4280a53d18f6a87bbd61d020
parente34078f121a58b503d225cf715d1494117e7948b
[TSan] Add SystemZ SANITIZER_GO support

Define the address ranges (similar to the C/C++ ones, but with the heap
range merged into the app range) and enable the sanity check.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D105629
compiler-rt/lib/tsan/CMakeLists.txt
compiler-rt/lib/tsan/go/buildgo.sh
compiler-rt/lib/tsan/rtl/tsan_platform.h
compiler-rt/test/tsan/CMakeLists.txt