[compiler-rt] [sanitizer] Fix asserts in asan and tsan in pthread interceptors. (PR #75394)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 06:25:25 PST 2023
goussepi wrote:
Thanks @vitalybuka @dvyukov for the comments.
Yes, I agree no need to check for invalid pthread_detach calls’ return value, I have removed it from the test.
Regarding the pthread join apis, what about not asserting unless running Tsan (cf test update) ?
Many thanks!
Pierre
https://github.com/llvm/llvm-project/pull/75394
More information about the llvm-commits
mailing list