Revert "[tsan] Use large address space mapping on Apple Silicon Macs"
authorJeremy Morse <jeremy.morse@sony.com>
Mon, 8 Mar 2021 09:48:11 +0000 (09:48 +0000)
committerJeremy Morse <jeremy.morse@sony.com>
Mon, 8 Mar 2021 09:51:51 +0000 (09:51 +0000)
commit66e3a4abe99c89cc12cc5818f988d7f3519d5c65
tree021d5205216cbf323106e0040e11cdd245e43e90
parent3b9667a84c2f08f7616f642467649dac94aaad13
Revert "[tsan] Use large address space mapping on Apple Silicon Macs"

This reverts commit bde2e5607167f3e9fd8c6b51275fc8ac654230a2.

This patch produces a compile failure on linux amd64 environments, when
running:

  ninja GotsanRuntimeCheck

I get various build errors:

  ../rtl/tsan_platform.h:608: error: use of undeclared identifier 'Mapping'
    return MappingImpl<Mapping, Type>();

Here's a buildbot with the same failure during stage "check-tsan in gcc
build", there are other unrelated failures in there.

  http://lab.llvm.org:8011/#/builders/37/builds/2831
compiler-rt/lib/tsan/rtl/tsan_platform.h
compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp