[libc-commits] [libc] [llvm] Reapply "[libc][windows] start time API implementation (#117775)" (PR #118886)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Thu Dec 5 14:15:08 PST 2024
================
@@ -0,0 +1,22 @@
+add_object_library(
+ time_utils
+ SRCS
+ time_utils.cpp
+ HDRS
+ time_utils.h
+ DEPENDS
+ libc.hdr.types.clock_t
+ libc.hdr.time_macros
+)
+
+add_entrypoint_object(
----------------
SchrodingerZhu wrote:
fixed in https://github.com/llvm/llvm-project/pull/118886/commits/ea35f2a0cdc3b02d3299e49204d7b7fdd58a5456
https://github.com/llvm/llvm-project/pull/118886
More information about the libc-commits
mailing list