[libc-commits] [PATCH] D136666: [libc] Add Linux implementations of time and clock functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 25 00:19:31 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136666

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136666.470388.patch
Type: text/x-patch
Size: 12921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221025/32fcbe33/attachment.bin>


More information about the libc-commits mailing list