aboutsummaryrefslogtreecommitdiff
path: root/lib/libtsan/sanitizer_common/sanitizer_linux_libcdep.cpp
AgeCommit message (Collapse)Author
2025-10-26tsan: fix cross build for FreeBSD by using direct syscalls instead of libsysRajiv Singh
This patch can hopefully be dropped in the future; see #24989. closes #24885 closes #24896 Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
2025-08-30libtsan: update to LLVM 21Alex Rønne Petersen
2025-05-12libtsan: Backport llvm/llvm-project#120036.Alex Rønne Petersen
https://github.com/llvm/llvm-project/pull/120036
2025-04-11tsan: Rename lib/tsan to lib/libtsan.Alex Rønne Petersen
For consistency with other vendored C/C++ libraries.