[all-commits] [llvm/llvm-project] b9d7ec: [NFC][ASAN] Add more pthread interceptors
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Sun May 7 16:25:27 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9d7ecc2ed5c2266573cf8d48f5cb6cf68fa7a08
https://github.com/llvm/llvm-project/commit/b9d7ecc2ed5c2266573cf8d48f5cb6cf68fa7a08
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.cpp
M compiler-rt/lib/asan/asan_interceptors.h
Log Message:
-----------
[NFC][ASAN] Add more pthread interceptors
They are empty for now. Follow up patches will introduce behaviour
changes.
Commit: da7943b63784050d67874566a498c079c796dc8d
https://github.com/llvm/llvm-project/commit/da7943b63784050d67874566a498c079c796dc8d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M compiler-rt/lib/lsan/lsan_interceptors.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
Log Message:
-----------
[NFC][LSAN] Add more pthread interceptors
They are empty for now. Follow up patches will introduce behaviour
changes.
Commit: f4c43287f23273d93356e63652ae45fc92f6f677
https://github.com/llvm/llvm-project/commit/f4c43287f23273d93356e63652ae45fc92f6f677
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-05-07 (Sun, 07 May 2023)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_interceptors.cpp
Log Message:
-----------
[NFC][HWASAN] Add more pthread interceptors
They are empty for now. Follow up patches will introduce behaviour
changes.
Compare: https://github.com/llvm/llvm-project/compare/cbdc7bf0603d...f4c43287f232
More information about the All-commits
mailing list