[libc-commits] [libc] [llvm] [libc][windows] start time API implementation (PR #117775)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Thu Dec 5 10:43:35 PST 2024
================
@@ -0,0 +1,17 @@
+add_object_library(
+ clock_gettime
+ HDRS
+ ../clock_gettime.h
+ SRCS
+ clock_gettime.cpp
+ DEPENDS
+ libc.hdr.types.struct_timespec
+ libc.hdr.types.clockid_t
+ libc.hdr.errno_macros
+ libc.include.llvm-libc-macros.windows.time_macros_ext
----------------
SchrodingerZhu wrote:
nice catch!
https://github.com/llvm/llvm-project/pull/117775
More information about the libc-commits
mailing list