[all-commits] [llvm/llvm-project] 961d5b: [libc] Fix clock_gettime on arm32 (#201959)
Michael Jones via All-commits
all-commits at lists.llvm.org
Fri Jun 5 16:15:22 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 961d5b8ac7deb754a8b66a86ee53c9e77cb6769f
https://github.com/llvm/llvm-project/commit/961d5b8ac7deb754a8b66a86ee53c9e77cb6769f
Author: Michael Jones <michaelrj at google.com>
Date: 2026-06-05 (Fri, 05 Jun 2026)
Changed paths:
M libc/src/__support/time/linux/clock_gettime.cpp
Log Message:
-----------
[libc] Fix clock_gettime on arm32 (#201959)
After removing 32 bit time_t the buildbot has been failing due to a
segfault. This PR fixes it. Not the cleanest fix but I don't want the
buildbot failing over the weekend.
Assisted-by: Automated tooling, human reviewed.
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