[all-commits] [llvm/llvm-project] 3cabfe: [LSAN] Use ThreadArgRetval in LSAN

Vitaly Buka via All-commits all-commits at lists.llvm.org
Thu May 18 01:12:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cabfe666cdbb24900873277e583108176c82b6c
      https://github.com/llvm/llvm-project/commit/3cabfe666cdbb24900873277e583108176c82b6c
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-05-18 (Thu, 18 May 2023)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_interceptors.cpp
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h
    M compiler-rt/test/lsan/TestCases/create_thread_leak.cpp

  Log Message:
  -----------
  [LSAN] Use ThreadArgRetval in LSAN

Fixes false leaks on thread retval.

Reviewed By: thurston

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




More information about the All-commits mailing list