[all-commits] [llvm/llvm-project] 44d60b: sanitizer_common: Fix build on MIPS with _TIME_BIT...
YunQiang Su via All-commits
all-commits at lists.llvm.org
Mon May 25 22:57:44 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44d60bad70c7832c2917724d183aa6c208fe589b
https://github.com/llvm/llvm-project/commit/44d60bad70c7832c2917724d183aa6c208fe589b
Author: YunQiang Su <syq at debian.org>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
Log Message:
-----------
sanitizer_common: Fix build on MIPS with _TIME_BITS=64 (#199590)
When we build sanitizer_common with -D_TIME_BITS=64, the assert of
struct_kernel_stat_sz fails due to the size of struct stat get different
size.
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