[all-commits] [llvm/llvm-project] c18442: [LSAN] More LSAN interface tweaking.

kstoimenov via All-commits all-commits at lists.llvm.org
Thu Jan 12 17:58:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c184423e70c045b354820812c0788b00a3b55b18
      https://github.com/llvm/llvm-project/commit/c184423e70c045b354820812c0788b00a3b55b18
  Author: Kirill Stoimenov <kstoimenov at google.com>
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
    M compiler-rt/lib/asan/asan_allocator.cpp
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/hwasan/hwasan_thread.cpp
    M compiler-rt/lib/lsan/lsan_allocator.cpp
    M compiler-rt/lib/lsan/lsan_common.cpp
    M compiler-rt/lib/lsan/lsan_common.h
    M compiler-rt/lib/lsan/lsan_common_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_fuchsia.cpp
    M compiler-rt/lib/lsan/lsan_thread.cpp

  Log Message:
  -----------
  [LSAN] More LSAN interface tweaking.

Main goal is to remove thread registry dependency from the interface because HWASAN is using its own code to manage threads.

Reviewed By: vitalybuka, kstoimenov

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




More information about the All-commits mailing list