[all-commits] [llvm/llvm-project] 20d3e5: tsan: use RawShadow instead of u64 more

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Thu Sep 23 01:46:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 20d3e518010a2a4fa1f4cdc9b7b885f13966a19c
      https://github.com/llvm/llvm-project/commit/20d3e518010a2a4fa1f4cdc9b7b885f13966a19c
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-23 (Thu, 23 Sep 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp

  Log Message:
  -----------
  tsan: use RawShadow instead of u64 more

Fix few remaining cases where we use u64 instead of the new RawShadow type.

Depends on D110265.

Reviewed By: melver

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




More information about the All-commits mailing list