[all-commits] [llvm/llvm-project] 66e3a4: Revert "[tsan] Use large address space mapping on ...

Jeremy Morse via All-commits all-commits at lists.llvm.org
Mon Mar 8 01:54:52 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66e3a4abe99c89cc12cc5818f988d7f3519d5c65
      https://github.com/llvm/llvm-project/commit/66e3a4abe99c89cc12cc5818f988d7f3519d5c65
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2021-03-08 (Mon, 08 Mar 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_platform.h
    M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
    M compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list