[all-commits] [llvm/llvm-project] 02b2a7: [compiler-rt][Mips] Fix stat size check on mips64 ...
Jens Reidel via All-commits
all-commits at lists.llvm.org
Thu Jul 24 02:50:34 PDT 2025
Branch: refs/heads/release/21.x
Home: https://github.com/llvm/llvm-project
Commit: 02b2a77edbeecf6a32bb8b71210b0d7d16735fee
https://github.com/llvm/llvm-project/commit/02b2a77edbeecf6a32bb8b71210b0d7d16735fee
Author: Jens Reidel <adrian at travitia.xyz>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
Log Message:
-----------
[compiler-rt][Mips] Fix stat size check on mips64 musl (#143301)
The sizes of the struct stat on MIPS64 differ in musl vs glibc.
See https://godbolt.org/z/qf9bcq8Y8 for the proof. Prior to this change,
compilation for MIPS64 musl would fail.
Signed-off-by: Jens Reidel <adrian at travitia.xyz>
(cherry picked from commit a5d6fa68e399dee9eb56f2671670085b26c06b4a)
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