[libc-commits] [PATCH] D134773: [libc] add clock_gettime

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 27 15:53:39 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

Add the clock_gettime syscall wrapper and tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134773

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/time-macros.h
  libc/include/llvm-libc-macros/time-macros.h
  libc/include/llvm-libc-types/time_t.h
  libc/include/time.h.def
  libc/spec/posix.td
  libc/src/time/CMakeLists.txt
  libc/src/time/clock_gettime.cpp
  libc/src/time/clock_gettime.h
  libc/test/src/time/CMakeLists.txt
  libc/test/src/time/clock_gettime_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134773.463354.patch
Type: text/x-patch
Size: 9438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220927/e6bd1bd4/attachment.bin>


More information about the libc-commits mailing list