[all-commits] [llvm/llvm-project] 5ccad1: [TSAN] add instrumentation for pthread_mutex_clock...

Yvan via All-commits all-commits at lists.llvm.org
Mon Dec 18 13:39:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ccad1b9c39744dbef7a4d476c69b07e51117a15
      https://github.com/llvm/llvm-project/commit/5ccad1b9c39744dbef7a4d476c69b07e51117a15
  Author: Yvan <yvan.dong at cs.au.dk>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
    A compiler-rt/test/tsan/pthread_mutex_clocklock.cpp

  Log Message:
  -----------
  [TSAN] add instrumentation for pthread_mutex_clocklock (#75713)

The function `pthread_mutex_clocklock` is not supported by TSAN yet,
which is mentioned by[
llvm/llvm-project/issues/62623](https://github.com/llvm/llvm-project/issues/62623#issue-1701600538).
This patch is to handle this function.




More information about the All-commits mailing list