[libc-commits] [libc] [libc][NFC] adjust time related implementations (PR #91485)

via libc-commits libc-commits at lists.llvm.org
Thu May 9 07:38:31 PDT 2024


================
@@ -63,3 +63,43 @@ add_proxy_header_library(
     libc.include.llvm-libc-types.fexcept_t
     libc.include.fenv
 )
+
+add_proxy_header_library(
+  time_t
+  HDRS
+    time_t.h
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-types.time_t
----------------
lntue wrote:

Does it need `libc.include.time` also?  Similarly for the other type headers here.

https://github.com/llvm/llvm-project/pull/91485


More information about the libc-commits mailing list