[all-commits] [llvm/llvm-project] 22ea0e: [libc] Add Linux implementations of time and clock...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Oct 25 11:06:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22ea0e5d9b2eb388cb235f798aacd2170f77b6e1
https://github.com/llvm/llvm-project/commit/22ea0e5d9b2eb388cb235f798aacd2170f77b6e1
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-10-25 (Tue, 25 Oct 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/linux/time-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/clock_t.h
M libc/spec/stdc.td
M libc/src/time/CMakeLists.txt
A libc/src/time/clock.h
A libc/src/time/linux/CMakeLists.txt
A libc/src/time/linux/clock.cpp
A libc/src/time/linux/time.cpp
A libc/src/time/time_func.h
M libc/test/src/time/CMakeLists.txt
A libc/test/src/time/clock_test.cpp
A libc/test/src/time/time_test.cpp
Log Message:
-----------
[libc] Add Linux implementations of time and clock functions.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D136666
More information about the All-commits
mailing list