[all-commits] [llvm/llvm-project] 16a395: Add SANITIZER_CDECL to __tsan_check_no_mutexes_hel...
Charlie Barto via All-commits
all-commits at lists.llvm.org
Mon Nov 6 17:29:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16a395b74d35c564f6f36ba4a167950a323badd9
https://github.com/llvm/llvm-project/commit/16a395b74d35c564f6f36ba4a167950a323badd9
Author: Charlie Barto <chbarto at microsoft.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M compiler-rt/include/sanitizer/tsan_interface.h
Log Message:
-----------
Add SANITIZER_CDECL to __tsan_check_no_mutexes_held (#71471)
in https://github.com/llvm/llvm-project/pull/69625 @strega-nil added
cdecl to a huge number of sanitizer interface declarations. It looks
like she was racing against @kennyyu adding a tsan interface function. I
noticed this when merging in the latest changes from llvm/main and
corrected it.
Co-authored-by: Charlie Barto <Charles.Barto at microsoft.com>
More information about the All-commits
mailing list