[all-commits] [llvm/llvm-project] e43e0f: [LSAN][NFC] Eliminated GetThreadRegistryLocked fro...
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Dec 13 16:15:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e43e0ffbe77a3c6704488d341c4a0a8cb8109fb0
https://github.com/llvm/llvm-project/commit/e43e0ffbe77a3c6704488d341c4a0a8cb8109fb0
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M compiler-rt/lib/asan/asan_thread.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_posix.cpp
M compiler-rt/lib/lsan/lsan_thread.cpp
M compiler-rt/lib/lsan/lsan_thread.h
Log Message:
-----------
[LSAN][NFC] Eliminated GetThreadRegistryLocked from the LSAN interface to avoid the need to implement it in HWASAN.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D139976
More information about the All-commits
mailing list