[all-commits] [llvm/llvm-project] bce3cb: [libc] Baremetal version of clock (#146417)
Petr Hosek via All-commits
all-commits at lists.llvm.org
Sat Jul 12 10:27:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bce3cbc74e6026e69b181080bd90fb6b61ee34cd
https://github.com/llvm/llvm-project/commit/bce3cbc74e6026e69b181080bd90fb6b61ee34cd
Author: Petr Hosek <phosek at google.com>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M libc/config/baremetal/aarch64/entrypoints.txt
M libc/config/baremetal/arm/entrypoints.txt
M libc/config/baremetal/riscv/entrypoints.txt
M libc/src/time/baremetal/CMakeLists.txt
A libc/src/time/baremetal/clock.cpp
Log Message:
-----------
[libc] Baremetal version of clock (#146417)
This is analogous to the baremetal version of timespec_get using the
__llvm_libc_timespec_get_active embedding interface.
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