[all-commits] [llvm/llvm-project] 6f8e17: [libc] make clock_conversion.h common and document...
Shreeyash Pandey via All-commits
all-commits at lists.llvm.org
Thu Dec 4 04:32:08 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f8e17c9058c61307e3d458d15e5f676b701969c
https://github.com/llvm/llvm-project/commit/6f8e17c9058c61307e3d458d15e5f676b701969c
Author: Shreeyash Pandey <shreeyash335 at gmail.com>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M libc/src/__support/time/CMakeLists.txt
A libc/src/__support/time/clock_conversion.h
M libc/src/__support/time/linux/CMakeLists.txt
R libc/src/__support/time/linux/clock_conversion.h
M libc/src/__support/time/linux/monotonicity.h
Log Message:
-----------
[libc] make clock_conversion.h common and document it (#167723)
clock_conversion.h implements convert_clock which shifts a timestamp
from one clock domain to another. It naturally does not depend on any OS
specific interface. Making it generic will allow common use.
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