[all-commits] [llvm/llvm-project] 20a3c6: [LSAN] Use ThreadArgRetval in LSAN
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu May 11 15:58:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20a3c6e84e0955ac20762c35e8c2435017ae967d
https://github.com/llvm/llvm-project/commit/20a3c6e84e0955ac20762c35e8c2435017ae967d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M compiler-rt/lib/lsan/lsan_interceptors.cpp
M compiler-rt/lib/lsan/lsan_thread.cpp
M compiler-rt/lib/lsan/lsan_thread.h
M compiler-rt/test/lsan/TestCases/create_thread_leak.cpp
Log Message:
-----------
[LSAN] Use ThreadArgRetval in LSAN
Fixes false leaks on thread retval.
Reviewed By: thurston
Differential Revision: https://reviews.llvm.org/D150165
More information about the All-commits
mailing list