Issue |
126948
|
Summary |
[libc] rewrite mktime_internal to use `time_t` internally instead of `int64_t`
|
Labels |
libc
|
Assignees |
|
Reporter |
nickdesaulniers
|
See also: #126947. The current implementation works for targets where `sizeof(time_t) == sizeof(int64_t)`, but we shouldn't make that assumption. Instead of using `int64_t` perhaps we can use `time_t`.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs