[all-commits] [llvm/llvm-project] 323bfa: [sanitizer] DEFINE_REAL_PTHREAD_FUNCTIONS for hwas...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Dec 2 10:24:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 323bfad72dee67989cbcb3b151e3a3b295f56b41
https://github.com/llvm/llvm-project/commit/323bfad72dee67989cbcb3b151e3a3b295f56b41
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
M compiler-rt/lib/lsan/lsan_interceptors.cpp
M compiler-rt/lib/msan/msan_interceptors.cpp
Log Message:
-----------
[sanitizer] DEFINE_REAL_PTHREAD_FUNCTIONS for hwasan, lsan, msan
It should be NFC, as they already intercept pthread_create.
This will let us to fix BackgroundThread for these sanitizerts.
In in followup patches I will fix MaybeStartBackgroudThread for them
and corresponding tests.
Reviewed By: kstoimenov
Differential Revision: https://reviews.llvm.org/D114935
More information about the All-commits
mailing list