[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 11:06:23 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG22ea0e5d9b2e: [libc] Add Linux implementations of time and clock functions. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136666/new/

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.470567.patch
Type: text/x-patch
Size: 12921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221025/1a160198/attachment.bin>


More information about the libc-commits mailing list