[all-commits] [llvm/llvm-project] 5960f5: [sanitizers][Darwin][NFC] Insert missing void* cas...
Andrew Haberlandt via All-commits
all-commits at lists.llvm.org
Tue Oct 7 08:30:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5960f5cf550cfd5376a18d0f2c551422d302f919
https://github.com/llvm/llvm-project/commit/5960f5cf550cfd5376a18d0f2c551422d302f919
Author: Andrew Haberlandt <ndrewh at users.noreply.github.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
M compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
Log Message:
-----------
[sanitizers][Darwin][NFC] Insert missing void* casts for printf %p (#161282)
Add some missing void* casts where we were passing an int for %p on some
platforms.
rdar://161174839
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