Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136666
[libc] Add Linux implementations of time and clock functions. ClosedPublic Authored by sivachandra on Oct 25 2022, 12:19 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 25 2022, 12:19 AM This revision is now accepted and ready to land.Oct 25 2022, 9:49 AM Closed by commit rG22ea0e5d9b2e: [libc] Add Linux implementations of time and clock functions. (authored by sivachandra). · Explain WhyOct 25 2022, 11:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 470388 libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/include/llvm-libc-macros/linux/time-macros.h
libc/include/llvm-libc-types/CMakeLists.txt
libc/include/llvm-libc-types/clock_t.h
libc/spec/stdc.td
libc/src/time/CMakeLists.txt
libc/src/time/clock.h
libc/src/time/linux/CMakeLists.txt
libc/src/time/linux/clock.cpp
libc/src/time/linux/time.cpp
libc/src/time/time_func.h
libc/test/src/time/CMakeLists.txt
libc/test/src/time/clock_test.cpp
libc/test/src/time/time_test.cpp
|