[all-commits] [llvm/llvm-project] 574ccc: [libc] fix get_epoch constexpr error (#126818)
Michael Jones via All-commits
all-commits at lists.llvm.org
Tue Feb 11 16:08:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 574ccc6d1b85e9e93b674152ab60df3b0deed86f
https://github.com/llvm/llvm-project/commit/574ccc6d1b85e9e93b674152ab60df3b0deed86f
Author: Michael Jones <michaelrj at google.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M libc/src/time/time_utils.h
Log Message:
-----------
[libc] fix get_epoch constexpr error (#126818)
get_epoch calls mktime_internal which isn't constexpr. For now, just
remove the constexpr from get_epoch.
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