diff options
author | Petr Hosek <phosek@google.com> | 2024-12-02 14:29:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 14:29:49 -0800 |
commit | b8daa45a566b15d929a812d85f3f1ff8c868c889 (patch) | |
tree | 9cdd2e28dbd9c7dc06483504d5c07e6a8d8b8279 /llvm/lib | |
parent | 0c98776159cea0d1f391a8e1ac290483d4490240 (diff) | |
download | llvm-b8daa45a566b15d929a812d85f3f1ff8c868c889.zip llvm-b8daa45a566b15d929a812d85f3f1ff8c868c889.tar.gz llvm-b8daa45a566b15d929a812d85f3f1ff8c868c889.tar.bz2 |
[libc] Implement `timespec_get` (#116102)
`timespec_get` is C standard counterpart to POSIX `clock_gettime`. On
Linux we simply use `clock_gettime`. On baremetal we introduce a new
external API `__llvm_libc_timespec_get_utc` that should be implemented
by the vendor.
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions