[all-commits] [llvm/llvm-project] 3cb4ed: tsan: deduplicate mapping selection

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Aug 10 11:04:25 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cb4ed72e76df72af139744cf3215593004db674
      https://github.com/llvm/llvm-project/commit/3cb4ed72e76df72af139744cf3215593004db674
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-08-10 (Tue, 10 Aug 2021)

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

  Log Message:
  -----------
  tsan: deduplicate mapping selection

Currently we have mapping selection duplicated 9 times.
Deduplicate it. No functional changes.

Depends on D107734.

Reviewed By: melver

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




More information about the All-commits mailing list