[all-commits] [llvm/llvm-project] e3b378: [NFC][lsan] Move SetCurrentThread call

Vitaly Buka via All-commits all-commits at lists.llvm.org
Fri Apr 14 16:28:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3b378fad95196c721fc2258f325591f21595c81
      https://github.com/llvm/llvm-project/commit/e3b378fad95196c721fc2258f325591f21595c81
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M compiler-rt/lib/lsan/lsan_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_mac.cpp
    M compiler-rt/lib/lsan/lsan_posix.cpp
    M compiler-rt/lib/lsan/lsan_thread.cpp
    M compiler-rt/lib/lsan/lsan_thread.h

  Log Message:
  -----------
  [NFC][lsan] Move SetCurrentThread call

Future patch will set the current context as well.
Existing callsite requires additional lock to find context.

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




More information about the All-commits mailing list