[all-commits] [llvm/llvm-project] 9789e7: tsan: reduce shadow ranges

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Dec 21 10:53:31 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9789e74a90d7b3d918a062a7db1f889efd982dcc
      https://github.com/llvm/llvm-project/commit/9789e74a90d7b3d918a062a7db1f889efd982dcc
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

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

  Log Message:
  -----------
  tsan: reduce shadow ranges

The new tsan runtime has 2x more compact shadow.
Adjust shadow ranges accordingly.

Depends on D112603.

Reviewed By: vitalybuka, melver

Differential Revision: https://reviews.llvm.org/D113751




More information about the All-commits mailing list