[all-commits] [llvm/llvm-project] b49d62: [libc] add clock_gettime
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Sep 29 10:23:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b49d626cb4b43fcd96cb5c0d6a36c3f16213022c
https://github.com/llvm/llvm-project/commit/b49d626cb4b43fcd96cb5c0d6a36c3f16213022c
Author: Michael Jones <michaelrj at google.com>
Date: 2022-09-29 (Thu, 29 Sep 2022)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-macros/CMakeLists.txt
M libc/include/llvm-libc-macros/linux/CMakeLists.txt
A libc/include/llvm-libc-macros/linux/time-macros.h
A libc/include/llvm-libc-macros/time-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/clockid_t.h
M libc/include/time.h.def
M libc/spec/posix.td
M libc/src/time/CMakeLists.txt
A libc/src/time/clock_gettime.cpp
A libc/src/time/clock_gettime.h
M libc/test/src/time/CMakeLists.txt
A libc/test/src/time/clock_gettime_test.cpp
Log Message:
-----------
[libc] add clock_gettime
Add the clock_gettime syscall wrapper and tests.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D134773
More information about the All-commits
mailing list