[all-commits] [llvm/llvm-project] 292418: [LSAN] More LSAN interface tweaking.
kstoimenov via All-commits
all-commits at lists.llvm.org
Thu Jan 12 15:44:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2924189233fdb724453ead4b94595107b1ce9cfa
https://github.com/llvm/llvm-project/commit/2924189233fdb724453ead4b94595107b1ce9cfa
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/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_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