[all-commits] [llvm/llvm-project] 23bcc2: [TSan] Fix tsan_rtl_access printf type warnings (#...
Dan Blackwell via All-commits
all-commits at lists.llvm.org
Fri Aug 1 08:35:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23bcc239ac5730ef43815364ded12f2177502567
https://github.com/llvm/llvm-project/commit/23bcc239ac5730ef43815364ded12f2177502567
Author: Dan Blackwell <dan_blackwell at apple.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_rtl_access.cpp
Log Message:
-----------
[TSan] Fix tsan_rtl_access printf type warnings (#151508)
When compiling TSan I currently get a handful of warnings like this:
"warning: format specifies type 'void *' but the argument has type 'X
*'". This patch adds the necessary casts to fix them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list