[all-commits] [llvm/llvm-project] c8665b: [HWASAN] Implmented LSAN specifc thread support.
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Jan 10 16:15:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8665b3d9abd249a0147e0c93a7f57987d79f35c
https://github.com/llvm/llvm-project/commit/c8665b3d9abd249a0147e0c93a7f57987d79f35c
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_thread.cpp
M compiler-rt/lib/hwasan/hwasan_thread.h
M compiler-rt/lib/hwasan/hwasan_thread_list.h
Log Message:
-----------
[HWASAN] Implmented LSAN specifc thread support.
Implemented LSAN interface on HwasanThreadList and added os_id to __hwasan::Thread.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D141143
More information about the All-commits
mailing list