[all-commits] [llvm/llvm-project] b8f423: tsan: rename deadlock detector Mutex to UserMutex

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Thu Jul 29 03:38:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b8f4232823d77c350ccf83cdd91b9f67fed2d31c
      https://github.com/llvm/llvm-project/commit/b8f4232823d77c350ccf83cdd91b9f67fed2d31c
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M compiler-rt/lib/tsan/dd/dd_rtl.h

  Log Message:
  -----------
  tsan: rename deadlock detector Mutex to UserMutex

It conflicts with sanitizer_common Mutex.

Reviewed By: melver

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




More information about the All-commits mailing list